callingConventionOption, énumération
Utilisé pour sélectionner la convention d'appel par défaut.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Public Enumeration callingConventionOption
public enum callingConventionOption
public enum class callingConventionOption
type callingConventionOption
public enum callingConventionOption
Membres
Nom de membre | Description | |
---|---|---|
callConventionCDecl | Paramètre par défaut. __cdecl(/Gd) spécifie la convention d'appel C pour toutes les fonctions hormis les fonctions membres C++ et les fonctions marquées __fastcall ou __stdcall. | |
callConventionFastCall | __fastcall (/Gr) spécifie la convention d'appel pour toutes les fonctions hormis les fonctions qui prennent un nombre variable d'arguments et les fonctions marquées __cdecl ou __stdcall | |
callConventionStdCall | __fastcall (/Gr) spécifie la convention d'appel pour toutes les fonctions prototypées C hormis les fonctions qui prennent un nombre variable d'arguments et les fonctions marquées __cdecl ou __fastcall |
Notes
Pour plus d'informations, consultez /Gd, /Gr, /Gv, /Gz (Convention d'appel). Utilisé par la propriété CallingConvention.