NPEM_CONTROL_INTERFACE-Struktur (wdm.h)
Ist für das System reserviert.
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;
Member
Size
Version
Context
InterfaceReference
InterfaceDereference
SetNpemSupportState
QueryStandardCapabilities
SetStandardControl
QueryNpemControl
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10, Version 2004 |
Kopfzeile | wdm.h |