DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE - NtDoc

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

typedef struct _DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE {
  DXGKVGPU_ESCAPE_HEAD Header;
  UINT                 PowerState;
} DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_dxgkvgpu_escape_powertransitioncomplete)

DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE structure

Description

Indicates that a power transition has completed.

Members

The header that is being operated over.

PowerState

Indicates the power state to transition to.