DXGK_POWER_COMPONENT_P_FLAGS結構(d3dkmddi.h)
DXGK_POWER_COMPONENT_P_FLAGS 保留供系統使用。 請勿在驅動程式中使用。
語法
typedef struct _DXGK_POWER_COMPONENT_P_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_POWER_COMPONENT_P_FLAGS;
成員
Reserved
Value
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 8.1 |
支援的最低伺服器 | Windows Server 2012 R2 |
標題 | d3dkmddi.h |