NPEM_CONTROL_SET_STANDARD_CONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

NPEM_CONTROL_SET_STANDARD_CONTROL NpemControlSetStandardControl;

NTSTATUS NpemControlSetStandardControl(
  PVOID Context,
  NPEM_CONTROL_STANDARD_CONTROL_BIT StandardControl,
  BOOLEAN Set
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-npem_control_set_standard_control)

Description

Reserved for system use.

Parameters

Context

StandardControl

Set

Return value

Remarks

See also