March 2002
Intermediate to advanced
864 pages
31h 8m
English
IOCompletionCallback
This delegate is used to communicate with thread pools that are created using the Win32 API. This is a delegate to a method that will be called by an unmanaged process.
public delegate void IOCompletionCallback(uint errorCode, uint numBytes, NativeOverlapped *pOVERLAP);
Overlapped.{Pack(), UnsafePack()}