Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NativeOverlapped.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
public
struct
NativeOverlapped
4
{
5
public
IntPtr
InternalLow
;
6
7
public
IntPtr
InternalHigh
;
8
9
public
int
OffsetLow
;
10
11
public
int
OffsetHigh
;
12
13
public
IntPtr
EventHandle
;
14
}
System.Threading
Definition
TaskToApm.cs:3
System.IntPtr
Definition
IntPtr.cs:14
System.Threading.NativeOverlapped.EventHandle
IntPtr EventHandle
Definition
NativeOverlapped.cs:13
System.Threading.NativeOverlapped.InternalLow
IntPtr InternalLow
Definition
NativeOverlapped.cs:5
System.Threading.NativeOverlapped.OffsetHigh
int OffsetHigh
Definition
NativeOverlapped.cs:11
System.Threading.NativeOverlapped.OffsetLow
int OffsetLow
Definition
NativeOverlapped.cs:9
System.Threading.NativeOverlapped.InternalHigh
IntPtr InternalHigh
Definition
NativeOverlapped.cs:7
System.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Private.CoreLib
System.Threading
NativeOverlapped.cs
Generated by
1.10.0