NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Overlapped.Unpack

Unpacks an unmanaged NativeOverlapped value type into a managed overlapped class.

[Visual Basic]
Public Shared Function Unpack( _
   ByVal nativeOverlappedPtr As NativeOverlapped* _
) As Overlapped
[C#]
public static Overlapped Unpack(
   NativeOverlapped* nativeOverlappedPtr
);
[C++]
public: static Overlapped* Unpack(
   NativeOverlapped** nativeOverlappedPtr
);
[JScript]
public static function Unpack(
   nativeOverlappedPtr : NativeOverlapped*
) : Overlapped;

Parameters

nativeOverlappedPtr
[To be supplied.]

Return Value

The NativeOverlapped value type is freed from physical memory.

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace