c和c#托管与非托管代码中变量对应

  下表列出了在 Win32 API(在 Wtypes.h 中列出)和 C 样式函数中使用的数据类型。许多非托管库包含将这些数据类型作为参数传递并返回值的函数。

第三列列出了在托管代码中使用的相应的 .NET Framework 内置值类型或类。某些情况下,您可以用大小相同的类型替换此表中列出的类型。 

Wtypes.h中的非托管类 非托管 C 语言类型     托管类名            说明

 

handlevoid*System.IntPtr32 位
byteunsigned charSystem.Byte8 位
shortshortSystem.Int1616 位
wordunsigned shortSystem.UInt1616 位
intintSystem.Int3232 位
uintunsigned intSystem.UInt3232 位
longlongSystem.Int3232 位
boollongSystem.Int3232 位
dwordunsigned longSystem.UInt3232 位
ulongunsigned longSystem.UInt3232 位
charcharSystem.Char用 ANSI 修饰。
lpstrchar*System.String 或 System.StringBuilder用 ANSI 修饰。
lpcstrconst char*System.String 或 System.StringBuilder用 ANSI 修饰。
lpwstrwchar_t*System.String 或 System.StringBuilder用 Unicode 修饰。
lpcwstrconst wchar_t*System.String 或 System.StringBuilder用 Unicode 修饰。
floatfloatSystem.Single32 位
doubledoubleSystem.Double64 位

转载于:https://www.cnblogs.com/criedshy/archive/2010/07/09/1774506.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值