Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DXGK_POWER_P_COMPONENT is reserved for system use. Don't use it in your driver.
Syntax
typedef struct _DXGK_POWER_P_COMPONENT {
ULONG StateCount;
DXGK_POWER_P_STATE States[DXGK_MAX_P_STATES];
DXGK_POWER_COMPONENT_P_FLAGS Flags;
} DXGK_POWER_P_COMPONENT;
Members
StateCount
States[DXGK_MAX_P_STATES]
Flags
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3dkmddi.h |