文章目录
Windows DATA
Windows DATA Type | .NET Data Type |
---|---|
BOOL,BOOLEAN | Boolean or Int32 |
BSTR | String |
BYTE | Byte |
CHAR | Byte |
DOUBLE | Byte |
DWPRD | Byte |
FLOAT | Byte |
HANDLE(and all other handle types,such as HFONT and HMENU) | IntPtr,UintPtr or HandleRef |
HRESULT | Int32 or UInt32 |
INT | Int32 |
L |