// d3dkmthk.h
typedef struct _D3DKMT_DIRECTFLIP_SUPPORT {
BOOL Supported;
} D3DKMT_DIRECTFLIP_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates whether the user-mode driver supports Direct Flip operations, in which video memory is seamlessly flipped between an application's managed primary allocations and the Desktop Window Manager (DWM) managed primary allocations.
SupportedIf TRUE, the driver supports Direct Flip operations. Otherwise, the driver does not support Direct Flip operations.