D3DKMT_SETSTABLEPOWERSTATE - NtDoc

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

typedef struct _D3DKMT_SETSTABLEPOWERSTATE {
  [in] D3DKMT_HANDLE hAdapter;
  [in] BOOL          Enabled;
} D3DKMT_SETSTABLEPOWERSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_setstablepowerstate)

_D3DKMT_SETSTABLEPOWERSTATE structure

Description

Used to set stable power state.

Members

hAdapter [in]

The adapter to enable or disable stable power for.

Enabled [in]

Indicates whether or not stable power is being requested on or off.

Remarks

See also