// pktmonclntk.h
PKTMON_CLIENT_COMP_NOTIFY PktmonClientCompNotify;
VOID PktmonClientCompNotify(
PKTMON_COMPONENT_CONTEXT *CompContext
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Callback function that Packet Monitor calls to notify a component of changes to it's tracing enablement.
CompContextA pointer to a PKTMON_COMPONENT_CONTEXT structure containing context for the component.
Pass a function pointer of this type in the fourth argument of the PktMonClntInitialize function. Packet Monitor calls this callback to notify the component.