Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FUNCDESC.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
struct
FUNCDESC
4
{
5
public
int
memid
;
6
7
public
IntPtr
lprgscode
;
8
9
public
IntPtr
lprgelemdescParam
;
10
11
public
FUNCKIND
funckind
;
12
13
public
INVOKEKIND
invkind
;
14
15
public
CALLCONV
callconv
;
16
17
public
short
cParams
;
18
19
public
short
cParamsOpt
;
20
21
public
short
oVft
;
22
23
public
short
cScodes
;
24
25
public
ELEMDESC
elemdescFunc
;
26
27
public
short
wFuncFlags
;
28
}
System.Runtime.InteropServices.ComTypes.INVOKEKIND
INVOKEKIND
Definition
INVOKEKIND.cs:5
System.Runtime.InteropServices.ComTypes.FUNCKIND
FUNCKIND
Definition
FUNCKIND.cs:4
System.Runtime.InteropServices.ComTypes.CALLCONV
CALLCONV
Definition
CALLCONV.cs:4
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.ComTypes.ELEMDESC
Definition
ELEMDESC.cs:5
System.Runtime.InteropServices.ComTypes.FUNCDESC.wFuncFlags
short wFuncFlags
Definition
FUNCDESC.cs:27
System.Runtime.InteropServices.ComTypes.FUNCDESC.invkind
INVOKEKIND invkind
Definition
FUNCDESC.cs:13
System.Runtime.InteropServices.ComTypes.FUNCDESC.cParams
short cParams
Definition
FUNCDESC.cs:17
System.Runtime.InteropServices.ComTypes.FUNCDESC.lprgscode
IntPtr lprgscode
Definition
FUNCDESC.cs:7
System.Runtime.InteropServices.ComTypes.FUNCDESC.memid
int memid
Definition
FUNCDESC.cs:5
System.Runtime.InteropServices.ComTypes.FUNCDESC.lprgelemdescParam
IntPtr lprgelemdescParam
Definition
FUNCDESC.cs:9
System.Runtime.InteropServices.ComTypes.FUNCDESC.oVft
short oVft
Definition
FUNCDESC.cs:21
System.Runtime.InteropServices.ComTypes.FUNCDESC.cParamsOpt
short cParamsOpt
Definition
FUNCDESC.cs:19
System.Runtime.InteropServices.ComTypes.FUNCDESC.elemdescFunc
ELEMDESC elemdescFunc
Definition
FUNCDESC.cs:25
System.Runtime.InteropServices.ComTypes.FUNCDESC.callconv
CALLCONV callconv
Definition
FUNCDESC.cs:15
System.Runtime.InteropServices.ComTypes.FUNCDESC.cScodes
short cScodes
Definition
FUNCDESC.cs:23
System.Runtime.InteropServices.ComTypes.FUNCDESC.funckind
FUNCKIND funckind
Definition
FUNCDESC.cs:11
System.Runtime.InteropServices.ComTypes.FUNCDESC
Definition
FUNCDESC.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
FUNCDESC.cs
Generated by
1.10.0