PB变量类型与API变量类型的对应关系

来源:互联网 发布:java类和对象的定义 编辑:程序博客网 时间:2024/06/06 20:02

原地址:http://notbig.blog.163.com/blog/static/21316286201011212552402/

 

MICROSOFT

PB(16Bit)

PB(32Bit)

Bool

Boolean

Boolean

Char*

Ref string

Ref String

Colorref

Uint

Ulong

Dword

Uint

Ulong

Handle

Uint

Ulong

Hdc

Uint

Ulong

Hfile

Uint

Ulong

Hinstance

Uint

Ulong

Hwnd

Uint

Ulong

Int

Int

Int

Lparam

Uint

Ulong

Lpbyte

Ref Int

Ref Long

Lpdword

Ref Uint

Ref Ulong

Lpfiletime

Ref Time

Ref Time

Lpint

Ref Int

Ref Long

Lpstr,Lpststr

Ref String

Ref String

Lpvoid

Ref Structstruct_inst

Ref Struct struct_inst

Mcierror

Long

Long

Lpstr,Lpststr

Ref String

Ref String

Lpvoid

Ref Structstruct_inst

Ref Struct struct_inst

Pbyte

Ref Int[#]

Ref Long[#]

Short

Int

Int

Structure

Ref Struct struct_inst

Ref Struct Struct_inst

Uint

Uint

Uint

Void**

SUBROUTINE

SUBROUTINE

Word

Int

Ulong

Wparam

Uint

Ulong