Delphi 数据类型 C/C++ ShorInt 8位有符号整数 char Byte 8位无符号整数 BYTE,unsigned short SmallInt 16位有符号整数 short Word 16位无符号整数 unsigned short Integer,LongInt 32位有符号整数 int,long Cardinal,LongWord/DWORD 32位无符号整数 unsigned long
Windows Data Type
.NET Data Type
BOOL, BOOLEAN
Boolean or Int32
BSTR
String
BYTE
Byte
CHAR
Char
DOUBLE
Double
DWORD
Int32 or UInt32
FLOAT
Single
HANDLE (and all other handle types, such as HFONT and HME