DXGK_HWQUEUEDFLIP_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_HWQUEUEDFLIP_CAPS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGK_HWQUEUEDFLIP_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGK_HWQUEUEDFLIP_CAPS structure describes hardware flip queue capabilities.

Members

Reserved

Reserved for system use.

Value

An alternative way to access the union's bits.

Remarks

See Hardware flip queue for more information.

See also

DXGK_DRIVERCAPS