在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Unmanaged type in Wtypes.h
Unmanaged C language type
Managed class name
Description
HANDLE
void*
System..::.IntPtr
32 bits on 32-bit Windows operating systems, 64 bits on 64-bit Windows operating systems.
BYTE
unsigned char
System..::.Byte
8 bits
SHORT
short
System..::.Int16
16 bits
WORD
unsigned short
System..::.UInt16
INT
int
System..::.Int32
32 bits
UINT
unsigned int
System..::.UInt32
LONG
long
BOOL
System.Int32
DWORD
unsigned long
ULONG
CHAR
char
System..::.Char
Decorate with ANSI.
LPSTR
char*
System.Text..::.StringBuilder
LPCSTR
Const char*
LPWSTR
wchar_t*
Decorate with Unicode.
LPCWSTR
Const wchar_t*
FLOAT
Float
System..::.Single
DOUBLE
Double
System..::.Double
64 bits
固定大小的缓冲区
http://msdn.microsoft.com/zh-cn/library/zycewsya(VS.80).aspx
评论
请发表评论