Overlapped.Unpack Method
.NET Framework 2.0
Unpacks the specified unmanaged NativeOverlapped structure into a managed Overlapped object.
This method is not CLS-compliant. Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[CLSCompliantAttribute(false)] public static Overlapped Unpack ( NativeOverlapped* nativeOverlappedPtr )
J# does not support APIs that consume or return unsafe types.
JScript does not support APIs that consume or return unsafe types.
Parameters
- nativeOverlappedPtr
An unmanaged pointer to a NativeOverlapped structure.
Return Value
An Overlapped object containing the information unpacked from the native structure.The NativeOverlapped structure is not freed from physical memory until you call the Free method.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.