NPEM_CONTROL_INTERFACE - NtDoc

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

typedef struct _NPEM_CONTROL_INTERFACE {
  USHORT                                    Size;
  USHORT                                    Version;
  PVOID                                     Context;
  PINTERFACE_REFERENCE                      InterfaceReference;
  PINTERFACE_DEREFERENCE                    InterfaceDereference;
  PNPEM_CONTROL_ENABLE_DISABLE              SetNpemSupportState;
  PNPEM_CONTROL_QUERY_STANDARD_CAPABILITIES QueryStandardCapabilities;
  PNPEM_CONTROL_SET_STANDARD_CONTROL        SetStandardControl;
  PNPEM_CONTROL_QUERY_CONTROL               QueryNpemControl;
} NPEM_CONTROL_INTERFACE, *PNPEM_CONTROL_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-npem_control_interface)

Description

Reserved for system use.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

SetNpemSupportState

QueryStandardCapabilities

SetStandardControl

QueryNpemControl

Remarks

See also