PKTMON_CLNT_SET_COMPONENT_PROPERTY - NtDoc

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

NtDoc

No description available.

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

Description

Function pointer to PktMonClntSetComponentProperty.

Parameters

CompContext

CompProperty

Return value

Remarks

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

See also