Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the kind of calling convention of a function type.
Syntax
typedef enum CallingConventionKind {
CallingConventionUnknown,
CallingConventionCDecl,
CallingConventionFastCall,
CallingConventionStdCall,
CallingConventionSysCall,
CallingConventionThisCall
} ;
Constants
CallingConventionUnknownThe calling convention is not known |
CallingConventionCDeclThe calling convention is __cdecl |
CallingConventionFastCallThe calling convention is fastcall |
CallingConventionStdCallThe calling convention is stdcall |
CallingConventionSysCallThe calling convention is syscall |
CallingConventionThisCallThe calling convention is thiscall |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |