// d3dkmthk.h
typedef struct _D3DKMT_INDEPENDENTFLIP_SUPPORT {
BOOL Supported;
} D3DKMT_INDEPENDENTFLIP_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Used to indicate whether independent flip is supported.
SupportedBoolean that indicates whether independent flip is supported.