D3DKMT_DIRECTFLIP_SUPPORT - NtDoc

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

typedef struct _D3DKMT_DIRECTFLIP_SUPPORT {
  BOOL Supported;
} D3DKMT_DIRECTFLIP_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_directflip_support)

_D3DKMT_DIRECTFLIP_SUPPORT structure

Description

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.

Members

Supported

If TRUE, the driver supports Direct Flip operations. Otherwise, the driver does not support Direct Flip operations.