Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CALLCONV Enumeration

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", 
	false)]
public enum class CALLCONV

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.

For additional information about CALLCONV, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft