mscorlib(4.0.0.0) API with additions
NativeOverlapped.cs
2 
3 namespace System.Threading
4 {
6  [ComVisible(true)]
7  public struct NativeOverlapped
8  {
11 
14 
16  public int OffsetLow;
17 
19  public int OffsetHigh;
20 
23  }
24 }
Definition: __Canon.cs:3
IntPtr InternalLow
Specifies a system-dependent status. Reserved for operating system use.
int OffsetLow
Specifies a file position at which to start the transfer.
A platform-specific type that is used to represent a pointer or a handle.
Definition: IntPtr.cs:14
IntPtr EventHandle
Specifies the handle to an event set to the signaled state when the operation is complete....
int OffsetHigh
Specifies the high word of the byte offset at which to start the transfer.
IntPtr InternalHigh
Specifies the length of the data transferred. Reserved for operating system use.
Provides an explicit layout that is visible from unmanaged code and that will have the same layout as...