Exemple de résultats de l'appel
__cdecl
Le nom de fonction décoré C est « _MyFunc ».
Convention d'appel __cdecl
__stdcall et thiscall
Le nom décoré C (__stdcall) est « _MyFunc@20 ». Le nom décoré C++ est propriétaire.
Conventions d'appel __stdcall et thiscall
__fastcall
Le nom décoré C (__fastcall) est « @MyFunc@20 ». Le nom décoré C++ est propriétaire.
Convention d'appel __fastcall