Wtypes.h中的非托管类型  非托管 C语言类型    托管类名               说明
HANDLE                  void*               System.IntPtr          32 位
BYTE                    unsigned char       System.Byte            8 位
SHORT                   short               System.Int16           16 位
WORD                    unsigned short      System.UInt16          16 位
INT                     int                 System.Int32           32 位
UINT                    unsigned int        System.UInt32    

相关文章:

  • 2021-08-26
  • 2021-05-16
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-02-20
  • 2022-01-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-05
  • 2021-08-17
  • 2021-10-01
相关资源
相似解决方案