Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Runtime.InteropServices.ComTypes.CALLCONV
Assembly: System.Runtime.InteropServices
Identifies the calling convention used by a method described in a METHODDATA structure.
Values
CC_CDECL
Indicates that the C declaration (CDECL) calling convention is used for a method.
CC_MSCPASCAL
Indicates that the MSC Pascal (MSCPASCAL) calling convention is used for a method.
CC_PASCAL
Indicates that the Pascal calling convention is used for a method.
CC_MACPASCAL
Indicates that the Macintosh Pascal (MACPASCAL) calling convention is used for a method.
CC_STDCALL
Indicates that the standard calling convention (STDCALL) is used for a method.
CC_RESERVED
This value is reserved for future use.
CC_SYSCALL
Indicates that the standard SYSCALL calling convention is used for a method.
CC_MPWCDECL
Indicates that the Macintosh Programmers' Workbench (MPW) CDECL calling convention is used for a method.
CC_MPWPASCAL
Indicates that the Macintosh Programmers' Workbench (MPW) PASCAL calling convention is used for a method.
CC_MAX
Indicates the end of the <see cref="T:System.Runtime.InteropServices.ComTypes.CALLCONV" /> enumeration.