查看完整版本: [-- 如何将Delphi的数据类型转化为Vb数据类型? --]

汉化新世纪论坛 -> 开发编程 -> 如何将Delphi的数据类型转化为Vb数据类型? [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

寒秋 2008-01-14 09:45

如何将Delphi的数据类型转化为Vb数据类型?

type EV_VALUE = (string_value, real_value, long_value, string_ptr);

type APWC_EVALPB = {$ifdef WIN32} packed {$endif} record
     ev_type: Integer;
     case EV_VALUE of
           string_value: (string_value: THandle) ;
           real_value: (real_value: Double);
           long_value: (long_value : LongInt);
           string_ptr: (string_ptr: PChar);
     end;

type APWC_EVALPB_PTR = ^APWC_EVALPB;

type APWC_VARPB = {$ifdef WIN32} packed {$endif} record
     var_name: PChar;
     at_icon_name: PChar;
     at_icon_id: LongInt;
     flags: UINT;
     eval: APWC_EVALPB;
     end;

type APWC_VARPB_PTR = ^APWC_VARPB;

implementation
这是Delphi中的数据类型,不知如何转化为Vb可以使用的数据类型?

316741513 2008-04-17 13:30
学习!学习!学习!学习!学习!学习!


查看完整版本: [-- 如何将Delphi的数据类型转化为Vb数据类型? --] [-- top --]



Powered by phpwind v8.7 Code ©2003-2011 phpwind
Time 0.012871 second(s),query:3 Gzip disabled