// ntpoapi.h
typedef struct _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES {
BOOLEAN IsAllowed;
} POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES, *PPOWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES;
View the official Windows Driver Kit DDI reference// wdm.h
typedef struct _POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES {
BOOLEAN IsAllowed;
} POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES, *PPOWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES;
View the official Windows Driver Kit DDI referenceNo description available.
Reserved for system use.
IsAllowedReserved for system use.
IsAllowed