Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NPEM_CONTROL_INTERFACE structure (wdm.h)

Reserved for system use.

Syntax

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;

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

SetNpemSupportState

QueryStandardCapabilities

SetStandardControl

QueryNpemControl

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header wdm.h

Feedback

Was this page helpful?

Additional resources