Name

IOCompletionCallback

Synopsis

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 Sub IOCompletionCallback(
        ByVal errorCode As UInt32, 
        ByVal numBytes As UInt32, 
        ByVal *pOVERLAP As NativeOverlapped) 

Passed To

Overlapped.{Pack(), UnsafePack()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.