Partager via


CallingConventionKind, énumération (dbgmodel.h)

Définit le type de convention d’appel d’un type de fonction.

Syntax

typedef enum CallingConventionKind {
  CallingConventionUnknown,
  CallingConventionCDecl,
  CallingConventionFastCall,
  CallingConventionStdCall,
  CallingConventionSysCall,
  CallingConventionThisCall
} ;

Constantes

 
CallingConventionUnknown
La convention d’appel n’est pas connue
CallingConventionCDecl
La convention d’appel est __cdecl
CallingConventionFastCall
La convention d’appel est fastcall
CallingConventionStdCall
La convention d’appel est stdcall
CallingConventionSysCall
La convention d’appel est syscall
CallingConventionThisCall
La convention d’appel est thiscall

Configuration requise

Condition requise Valeur
En-tête dbgmodel.h

Voir aussi

Vue d’ensemble des interfaces C++ du modèle de données du débogueur