请问 stdcall 和 _stdcall 和 __stdcall 有什么区别和关系?

hasgone 2005-10-04 09:37:34
请问 stdcall 和 _stdcall 和 __stdcall 有什么区别和关系?
...全文
242 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
madoldman 2005-10-07
  • 打赏
  • 举报
回复
学习ing,能不能来点中文的解释
hasgone 2005-10-07
  • 打赏
  • 举报
回复
还有它们和 extern "C" 的关系

楼上的也说一下_stdcall吧,感谢ing
wshcdr 2005-10-05
  • 打赏
  • 举报
回复
只看见过__stdcall
蒋晟 2005-10-05
  • 打赏
  • 举报
回复
"__stdcall" is the Microsoft specific name of the "stdcall" calling convertion. Unlike __cdecl (the native calling convention of C/C++), it is supported in C/C++, Visual Basic, Java, and other languages alike, which makes it the first choice when building a DLL for cross-language use.

In Microsoft C++, identifiers with two leading underscores are reserved for compiler implementations. Therefore, the Microsoft convention is to precede Microsoft-specific keywords with double underscores.

3,245

社区成员

发帖
与我相关
我的任务
社区描述
ATL,Active Template Library活动(动态)模板库,是一种微软程序库,支持利用C++语言编写ASP代码以及其它ActiveX程序。
社区管理员
  • ATL/ActiveX/COM社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧