POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntpoapi-power_session_allow_external_dma_devices)

Description

Reserved for system use.

Members

IsAllowed

Remarks

See also


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

POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES structure (wdm.h)

Description

Reserved for system use.

Members

IsAllowed

Remarks

See also