PKTMON_CLNT_INITIALIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

Function pointer to PktMonClntInitialize.

Parameters

ModuleId

EnumComponents

CleanupComponents

NotifyComponent

Return value

Remarks

This function pointer is used by Microsoft for internal testing. Use the actual PktMonClntInitialize function instead.

See also