August 2003
Intermediate to advanced
928 pages
32h 1m
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(uinterrorCode, uintnumBytes, NativeOverlapped*pOVERLAP);
Overlapped.{Pack( ), UnsafePack( )}