Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CALLCONV.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
enum
CALLCONV
4
{
5
CC_CDECL
= 1,
6
CC_MSCPASCAL
= 2,
7
CC_PASCAL
= 2,
8
CC_MACPASCAL
= 3,
9
CC_STDCALL
= 4,
10
CC_RESERVED
= 5,
11
CC_SYSCALL
= 6,
12
CC_MPWCDECL
= 7,
13
CC_MPWPASCAL
= 8,
14
CC_MAX
= 9
15
}
System.Runtime.InteropServices.ComTypes.CALLCONV
CALLCONV
Definition
CALLCONV.cs:4
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_RESERVED
@ CC_RESERVED
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_PASCAL
@ CC_PASCAL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MPWCDECL
@ CC_MPWCDECL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MPWPASCAL
@ CC_MPWPASCAL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_STDCALL
@ CC_STDCALL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_SYSCALL
@ CC_SYSCALL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_CDECL
@ CC_CDECL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MAX
@ CC_MAX
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MSCPASCAL
@ CC_MSCPASCAL
System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MACPASCAL
@ CC_MACPASCAL
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
CALLCONV.cs
Generated by
1.10.0