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.
Function pointer to PktMonClntInitialize.
Syntax
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
)
{...}
Parameters
ModuleId
EnumComponents
CleanupComponents
NotifyComponent
Remarks
This function pointer is used by Microsoft for internal testing. Use the actual PktMonClntInitialize function instead.
Requirements
Requirement | Value |
---|---|
Header | pktmonclntk.h |