Chapter 5 TDI Client Event Handlers

This describes the system-defined ClientEventXxx callback routines that can be implemented in kernel-mode clients of TDI transports. Such a client registers each such callback by setting up an IRP for the underlying transport driver with TdiBuildSetEventHandler, to contain the IOCTL TDI_SET_EVENT_HANDLER code, and calling IoCallDriver with the IRP.

The names of these client-supplied callback routines in this reference are metanames, chosen to describe their basic functionality. Because any client passes only the entry points for these event handlers in calls to TdiBuildSetEventHandler, their names actually can be anything the writer of each client chooses.

The following ClientEventXxx routine references are in alphabetic order.