System.Threading.NativeOverlapped Members

The members of System.Threading.NativeOverlapped are listed below.

See Also: Inherited members from System.ValueType

Public Fields

EventHandleIntPtr.

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.

InternalHighIntPtr.

Specifies the length of the data transferred. Reserved for operating system use.

InternalLowIntPtr.

Specifies a system-dependent status. Reserved for operating system use.

OffsetHighint.

Specifies the high word of the byte offset at which to start the transfer.

OffsetLowint.

Specifies a file position at which to start the transfer.