System.Runtime.InteropServices.CALLCONV Enumeration

Use System.Runtime.InteropServices.ComTypes.CALLCONV instead.

Syntax

[System.Obsolete]
public enum CALLCONV

Remarks

For additional information about CALLCONV, see the MSDN Library.

Members

Member NameDescription
CC_CDECL

Indicates that the Cdecl 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 System.Runtime.InteropServices.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_RESERVED

This value is reserved for future use.

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.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0