public struct NativeOverlapped
|
EventHandle | Specifies the handle to an event set to the signaled state when the operation is complete. The calling process must set this member either to zero or to a valid event handle before calling any overlapped functions. |
InternalHigh | Specifies the length of the data transferred. Reserved for operating system use. |
InternalLow | Specifies a system-dependent status. Reserved for operating system use. |
OffsetHigh | Specifies the high word of the byte offset at which to start the transfer. |
OffsetLow | Specifies a file position at which to start the transfer. |
Equals (inherited from�System.ValueType) |
See base class member description: System.ValueType.Equals Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from�System.ValueType) |
See base class member description: System.ValueType.GetHashCode Returns the hash code for this instance. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from�System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public int�EventHandle;
|
public int�InternalHigh;
|
public int�InternalLow;
|
public int�OffsetHigh;
|
public int�OffsetLow;
|
obj
~NativeOverlapped(); |
public override int�GetHashCode(); |
For more information, see Object.GetHashCode, and Hashtable.
public Type�GetType(); |
protected object�MemberwiseClone(); |
public override string�ToString(); |