CallingConventionKind enumeration (dbgmodel.h)
Defines the kind of calling convention of a function type.
Syntax
typedef enum CallingConventionKind {
CallingConventionUnknown,
CallingConventionCDecl,
CallingConventionFastCall,
CallingConventionStdCall,
CallingConventionSysCall,
CallingConventionThisCall
} ;
Constants
CallingConventionUnknown The calling convention is not known |
CallingConventionCDecl The calling convention is __cdecl |
CallingConventionFastCall The calling convention is fastcall |
CallingConventionStdCall The calling convention is stdcall |
CallingConventionSysCall The calling convention is syscall |
CallingConventionThisCall The calling convention is thiscall |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |