DXGK_POWER_COMPONENT_P_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_power_component_p_flags)

Description

DXGK_POWER_COMPONENT_P_FLAGS is reserved for system use. Don't use in your driver.

Members

Reserved

Value

Remarks

See also