Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback function that Packet Monitor calls to notify a component of changes to it's tracing enablement.
Syntax
PKTMON_CLIENT_COMP_NOTIFY PktmonClientCompNotify;
void PktmonClientCompNotify(
PKTMON_COMPONENT_CONTEXT *CompContext
)
{...}
Parameters
CompContext
A pointer to a PKTMON_COMPONENT_CONTEXT structure containing context for the component.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Header | pktmonclntk.h |