// pktmonclntk.h
PKTMON_CLNT_SET_COMPONENT_PROPERTY PktmonClntSetComponentProperty;
NTSTATUS PktmonClntSetComponentProperty(
PKTMON_COMPONENT_CONTEXT *CompContext,
PKTMON_COMPONENT_PROPERTY *CompProperty
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Function pointer to PktMonClntSetComponentProperty.
CompContextCompPropertyThis function pointer is used by Microsoft for internal testing. Use the actual PktMonClntSetComponentProperty function instead.