The C decorated function name is “_MyFunc.”
The__cdecl calling convention

The C decorated name (__stdcall) is “_MyFunc@20.” The C++ decorated name is proprietary.
The __stdcall and thiscall calling conventions

The C decorated name (__fastcall) is “@MyFunc@20.” The C++ decorated name is proprietary.
The__fastcall calling convention

Return to Calling Example: Function Prototype and Call.