次の方法で共有


Results of Calling Example

 

The latest version of this topic can be found at Results of Calling Example.

Microsoft Specific

__cdecl

The C decorated function name is "_MyFunc."

CDECL calling convention
The __cdecl calling convention

__stdcall and thiscall

The C decorated name (__stdcall) is "_MyFunc@20." The C++ decorated name is proprietary.

__stdcall and thiscall calling conventions
The __stdcall and thiscall calling conventions

__fastcall

The C decorated name (__fastcall) is "@MyFunc@20." The C++ decorated name is proprietary.

Calling convention for __fastcall
The __fastcall calling convention

END Microsoft Specific

See Also

Calling Example: Function Prototype and Call