// pktmonclntk.h
PKTMON_CLNT_INITIALIZE PktmonClntInitialize;
NTSTATUS PktmonClntInitialize(
PNPI_MODULEID ModuleId,
PKTMON_CLIENT_COMP_ENUM_HANDLER EnumComponents,
PKTMON_CLIENT_CLEANUP_HANDLER CleanupComponents,
PKTMON_CLIENT_COMP_NOTIFY_HANDLER NotifyComponent
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Function pointer to PktMonClntInitialize.
ModuleIdEnumComponentsCleanupComponentsNotifyComponentThis function pointer is used by Microsoft for internal testing. Use the actual PktMonClntInitialize function instead.