Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EXCEPINFO.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[StructLayout(
LayoutKind
.Sequential, CharSet = CharSet.Unicode)]
4
public
struct
EXCEPINFO
5
{
6
public
short
wCode
;
7
8
public
short
wReserved
;
9
10
[MarshalAs(
UnmanagedType
.BStr)]
11
public
string
bstrSource
;
12
13
[MarshalAs(
UnmanagedType
.BStr)]
14
public
string
bstrDescription
;
15
16
[MarshalAs(
UnmanagedType
.BStr)]
17
public
string
bstrHelpFile
;
18
19
public
int
dwHelpContext
;
20
21
public
IntPtr
pvReserved
;
22
23
public
IntPtr
pfnDeferredFillIn
;
24
25
public
int
scode
;
26
}
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrHelpFile
string bstrHelpFile
Definition
EXCEPINFO.cs:17
System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrDescription
string bstrDescription
Definition
EXCEPINFO.cs:14
System.Runtime.InteropServices.ComTypes.EXCEPINFO.dwHelpContext
int dwHelpContext
Definition
EXCEPINFO.cs:19
System.Runtime.InteropServices.ComTypes.EXCEPINFO.pfnDeferredFillIn
IntPtr pfnDeferredFillIn
Definition
EXCEPINFO.cs:23
System.Runtime.InteropServices.ComTypes.EXCEPINFO.pvReserved
IntPtr pvReserved
Definition
EXCEPINFO.cs:21
System.Runtime.InteropServices.ComTypes.EXCEPINFO.wCode
short wCode
Definition
EXCEPINFO.cs:6
System.Runtime.InteropServices.ComTypes.EXCEPINFO.wReserved
short wReserved
Definition
EXCEPINFO.cs:8
System.Runtime.InteropServices.ComTypes.EXCEPINFO.scode
int scode
Definition
EXCEPINFO.cs:25
System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrSource
string bstrSource
Definition
EXCEPINFO.cs:11
System.Runtime.InteropServices.ComTypes.EXCEPINFO
Definition
EXCEPINFO.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
EXCEPINFO.cs
Generated by
1.10.0