This topic has not yet been rated - Rate this topic

NativeOverlapped Members

NativeOverlapped overview

Public Fields

public fieldEventHandle 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.
public fieldInternalHigh Specifies the length of the data transferred. Reserved for operating system use.
public fieldInternalLow Specifies a system-dependent status. Reserved for operating system use.
public fieldOffsetHigh Specifies the high word of the byte offset at which to start the transfer.
public fieldOffsetLow Specifies a file position at which to start the transfer.

Public Methods

public methodEquals (inherited from ValueType) Overridden. Indicates whether this instance and a specified object are equal.
public methodGetHashCode (inherited from ValueType) Overridden. Returns the hash code for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from ValueType) Overridden. Returns the fully qualified type name of this instance.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

NativeOverlapped Structure | System.Threading Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.