IOCompletionCallback Delegate
.NET Framework 3.0
Receives the error code, number of bytes, and overlapped value type when an I/O operation completes on the thread pool.
This delegate is not CLS-compliant. Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[CLSCompliantAttribute(false)] [ComVisibleAttribute(true)] public delegate void IOCompletionCallback ( uint errorCode, uint numBytes, NativeOverlapped* pOVERLAP )
Not applicable.
Parameters
- errorCode
The error code.
- numBytes
The number of bytes that are transferred.
- pOVERLAP
A NativeOverlapped representing an unmanaged pointer to the native overlapped value type.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: