PKTMON_CLIENT_COMP_NOTIFY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pktmonclntk.h

PKTMON_CLIENT_COMP_NOTIFY PktmonClientCompNotify;

VOID PktmonClientCompNotify(
  PKTMON_COMPONENT_CONTEXT *CompContext
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-pktmonclntk-pktmon_client_comp_notify)

Description

Callback function that Packet Monitor calls to notify a component of changes to it's tracing enablement.

Parameters

CompContext

A pointer to a PKTMON_COMPONENT_CONTEXT structure containing context for the component.

Remarks

Pass a function pointer of this type in the fourth argument of the PktMonClntInitialize function. Packet Monitor calls this callback to notify the component.

See also