DWMFLIP3DWINDOWPOLICY enumeration (dwmapi.h)

Flags used by the DwmSetWindowAttribute function to specify the Flip3D window policy.

Syntax

typedef enum DWMFLIP3DWINDOWPOLICY {
  DWMFLIP3D_DEFAULT,
  DWMFLIP3D_EXCLUDEBELOW,
  DWMFLIP3D_EXCLUDEABOVE,
  DWMFLIP3D_LAST
} ;

Constants

 
DWMFLIP3D_DEFAULT
Use the window's style and visibility settings to determine whether to hide or include the window in Flip3D rendering.
DWMFLIP3D_EXCLUDEBELOW
Exclude the window from Flip3D and display it below the Flip3D rendering.
DWMFLIP3D_EXCLUDEABOVE
Exclude the window from Flip3D and display it above the Flip3D rendering.
DWMFLIP3D_LAST
The maximum recognized DWMFLIP3DWINDOWPOLICY value, used for validation purposes.

Remarks

To use a DWMFLIP3DWINDOWPOLICY value, set the dwAttribute parameter of the DwmSetWindowAttribute function to DWMWA_FLIP3D_POLICY. Set the pvAttribute parameter to the DWMFLIP3DWINDOWPOLICY value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header dwmapi.h

See also

Enable and Control DWM Composition