// d3dkmddi.h
typedef struct _DXGK_HWQUEUEDFLIP_CAPS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_HWQUEUEDFLIP_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_HWQUEUEDFLIP_CAPS structure describes hardware flip queue capabilities.
ReservedReserved for system use.
ValueAn alternative way to access the union's bits.
See Hardware flip queue for more information.