此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
| Overview | Details
Visual C++ supplies several different function calling conventions. Understanding them helps you debug your program.
Learn about calling conventions
Use __cdecl
Use __stdcall
Use __fastcall
Use thiscall
Learn about obsolete calling conventions
See calling convention examples
Learn about naked function calls
Use naked function calls to write custom prolog/epilog code
Use the floating point coprocessor correctly