CALLCONV Enumeration
.NET Framework 3.0
NOTE: This enumeration is now obsolete.
Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. Namespace: System.Runtime.InteropServicesAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> _ Public Enumeration CALLCONV 'Usage Dim instance As CALLCONV
/** @attribute SerializableAttribute() */
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", false) */
public enum CALLCONV
SerializableAttribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", false) public enum CALLCONV
| Member name | Description | |
|---|---|---|
| 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. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: