Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_DEFAULTUse the window's style and visibility settings to determine whether to hide or include the window in Flip3D rendering. |
DWMFLIP3D_EXCLUDEBELOWExclude the window from Flip3D and display it below the Flip3D rendering. |
DWMFLIP3D_EXCLUDEABOVEExclude the window from Flip3D and display it above the Flip3D rendering. |
DWMFLIP3D_LASTThe 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 |