Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 2.62 KB

ns-dwmapi-dwm_blurbehind.md

File metadata and controls

75 lines (62 loc) · 2.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:dwmapi._DWM_BLURBEHIND
DWM_BLURBEHIND (dwmapi.h)
Specifies Desktop Window Manager (DWM) blur-behind properties. Used by the DwmEnableBlurBehindWindow function.
*PDWM_BLURBEHIND
DWM_BLURBEHIND
DWM_BLURBEHIND structure [Desktop Window Manager]
PDWM_BLURBEHIND
PDWM_BLURBEHIND structure pointer [Desktop Window Manager]
_udwm_dwm_blurbehind
_udwm_dwm_blurbehind_cpp
dwm.dwm_blurbehind
dwmapi/DWM_BLURBEHIND
dwmapi/PDWM_BLURBEHIND
winui._udwm_dwm_blurbehind
dwm\dwm_blurbehind.htm
dwm
VS|winui|~\winui\desktopwindowmanager\reference\structures\dwm_blurbehind.htm
12/05/2018
*PDWM_BLURBEHIND, DWM_BLURBEHIND, DWM_BLURBEHIND structure [Desktop Window Manager], PDWM_BLURBEHIND, PDWM_BLURBEHIND structure pointer [Desktop Window Manager], _udwm_dwm_blurbehind, _udwm_dwm_blurbehind_cpp, dwm.dwm_blurbehind, dwmapi/DWM_BLURBEHIND, dwmapi/PDWM_BLURBEHIND, winui._udwm_dwm_blurbehind
dwmapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
DWM_BLURBEHIND, *PDWM_BLURBEHIND
19H1
_DWM_BLURBEHIND
dwmapi/_DWM_BLURBEHIND
PDWM_BLURBEHIND
dwmapi/PDWM_BLURBEHIND
DWM_BLURBEHIND
dwmapi/DWM_BLURBEHIND
c++
APIRef
kbSyntax
HeaderDef
Dwmapi.h
DWM_BLURBEHIND

DWM_BLURBEHIND structure

-description

Specifies Desktop Window Manager (DWM) blur-behind properties. Used by the DwmEnableBlurBehindWindow function.

-struct-fields

-field dwFlags

A bitwise combination of DWM Blur Behind constant values that indicates which of the members of this structure have been set.

-field fEnable

TRUE to register the window handle to DWM blur behind; FALSE to unregister the window handle from DWM blur behind.

-field hRgnBlur

The region within the client area where the blur behind will be applied. A NULL value will apply the blur behind the entire client area.

-field fTransitionOnMaximized

TRUE if the window's colorization should transition to match the maximized windows; otherwise, FALSE.