Share via


DXGK_POWER_COMPONENT_P_FLAGS structure

[This documentation is preliminary and is subject to change.]

Reserved for system use. Do not use in your driver.

Syntax

typedef struct _DXGK_POWER_COMPONENT_P_FLAGS {
  union {
    struct {
      UINT Reserved  :32;
    };
    UINT Value;
  };
} DXGK_POWER_COMPONENT_P_FLAGS;

Members

  • Reserved
    Reserved for system use. Do not use in your driver.

  • Value
    Reserved for system use. Do not use in your driver.

Remarks

For more info on how to manage P-states, see Power management using P-states.

Requirements

Minimum supported client

Windows 8.1 Preview

Minimum supported server

Windows Server 2012 R2 Preview

Header

D3dkmddi.h (include D3dkmddi.h)

 

 

Send comments about this topic to Microsoft

Build date: 6/19/2013