API 中数据类型与PB数据类型对照表

  • 格式:doc
  • 大小:23.00 KB
  • 文档页数:1

下载文档原格式

  / 4
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

API 中数据类型与PB数据类型对照表

MICROSOFT PB(16Bi t) PB(32Bit)

Bool Boolean Boolean

Byte, Char Char Char

Char* Ref string Ref String

Colorref Uint Ulong

Double Double Double

Dword Uint Ulong

Float N/A N/A

Handle Uint Ulong

Hdc Uint Ulong

Hfile Uint Ulong

Hinstance Uint Ulong

Hwnd Uint Ulong

Int Int Int

Long Long Long

Lparam Uint Ulong

Lpbyte Ref Int Ref Long

Lpcwstr Ref Blob Ref Blob (Unicode use ToUnicode()) Lpcvoid Ref String Ref String

Lpdword Ref Uint R ef Ulong Lpfiletime Ref Time Ref Time

Lpint R ef Int Ref Long

Lpstr,Lpcstr Ref String Ref String

Lpvoid Ref Structstruct_inst Ref Struct struct_inst Lpword Ref Int R ef Ulong

Mcierror Long Long

Pbyte Ref Int[#] Ref Long[#]

Short Int Int

Structure Ref Struct struct_inst R ef Struct Struct_inst Uint Uint Uint

Void** SUBROUTINE SUBROUTINE

Word Uint Uint

Wparam Uint Ulong