Overlapped::Pack Method
.NET Framework (current version)
Packs the current instance into a NativeOverlapped structure.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Pack(IOCompletionCallback^) | Obsolete. Packs the current instance into a NativeOverlapped structure, specifying the delegate to be invoked when the asynchronous I/O operation is complete. |
![]() | Pack(IOCompletionCallback^, Object^) | Packs the current instance into a NativeOverlapped structure, specifying a delegate that is invoked when the asynchronous I/O operation is complete and a managed object that serves as a buffer. |
Show:
