Partager via


Exemple de résultats de l'appel

__cdecl

Le nom de fonction décoré C est « _MyFunc ».

Convention d'appel __cdecl

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

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

Convention d'appel de __fastcall

Voir aussi

Référence

Exemple d'appel : prototype de fonction et appel