Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at Results of Calling Example.
Microsoft Specific
__cdecl
The C decorated function name is "_MyFunc."
.jpeg)
The __cdecl calling convention
__stdcall and thiscall
The C decorated name (__stdcall) is "_MyFunc@20." The C++ decorated name is proprietary.
.jpeg)
The __stdcall and thiscall calling conventions
__fastcall
The C decorated name (__fastcall) is "@MyFunc@20." The C++ decorated name is proprietary.
.jpeg)
The __fastcall calling convention