// d3dkmthk.h
typedef struct _D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT {
BOOL Supported;
} D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT structure is used to indicate whether independent flip is supported for secondary displays.
SupportedIndicates whether independent flip is supported for secondary displays.