Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Identifies the calling convention used by a member function
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Enumeration tagCALLCONV
public enum tagCALLCONV
public enum class tagCALLCONV
type tagCALLCONV
public enum tagCALLCONV
Members
| Member name | Description | |
|---|---|---|
| CC_CDECL | Indicates that the Cdecl calling convention is used for a method. | |
| CC_FASTCALL | Indicates that the Fastcall calling convention is used for a method. | |
| CC_FPFASTCALL | Indicates that the FPFastcall calling convention is used for a method. | |
| CC_MACPASCAL | Indicates that the Macpascal calling convention is used for a method. | |
| CC_MAX | Indicates the end of the CALLCONV enumeration. | |
| CC_MPWCDECL | Indicates that the Mpwcdecl calling convention is used for a method. | |
| CC_MPWPASCAL | Indicates that the Mpwpascal calling convention is used for a method. | |
| CC_MSCPASCAL | Indicates that the Mscpascal calling convention is used for a method. | |
| CC_PASCAL | Indicates that the Pascal calling convention is used for a method. | |
| CC_STDCALL | Indicates that the Stdcall calling convention is used for a method. | |
| CC_SYSCALL | Indicates that the Syscall calling convention is used for a method. |