CALLCONV Enumeration

Identifies the calling convention used by a method described in a METHODDATA structure.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Public Enumeration CALLCONV
‘사용 방법
Dim instance As CALLCONV
public enum CALLCONV
public enum class CALLCONV
type CALLCONV
public enum CALLCONV

Members

Member name Description
CC_FASTCALL
CC_CDECL Indicates that the Cdecl 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_MACPASCAL Indicates that the Macpascal calling convention is used for a method.
CC_STDCALL
CC_FPFASTCALL
CC_SYSCALL Indicates that the Syscall calling convention is used for a method.
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_MAX Indicates the end of the CALLCONV enumeration.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace