// d3dkmddi.h
typedef struct _DXGK_POWER_COMPONENT_P_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_POWER_COMPONENT_P_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
DXGK_POWER_COMPONENT_P_FLAGS is reserved for system use. Don't use in your driver.
ReservedValue