Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LICINFO.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
namespace
Internal.Runtime.InteropServices
;
4
5
internal
struct
LICINFO
6
{
7
public
int
cbLicInfo
;
8
9
[MarshalAs(
UnmanagedType
.Bool)]
10
public
bool
fRuntimeKeyAvail
;
11
12
[MarshalAs(
UnmanagedType
.Bool)]
13
public
bool
fLicVerified
;
14
}
Internal.Runtime.InteropServices
Definition
ComActivationContext.cs:5
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
Internal.Runtime.InteropServices.LICINFO.fRuntimeKeyAvail
bool fRuntimeKeyAvail
Definition
LICINFO.cs:10
Internal.Runtime.InteropServices.LICINFO.cbLicInfo
int cbLicInfo
Definition
LICINFO.cs:7
Internal.Runtime.InteropServices.LICINFO.fLicVerified
bool fLicVerified
Definition
LICINFO.cs:13
Internal.Runtime.InteropServices.LICINFO
Definition
LICINFO.cs:6
source
System.Private.CoreLib
Internal.Runtime.InteropServices
LICINFO.cs
Generated by
1.10.0