DWMWA_DISALLOW_PEEK constant

int const DWMWA_DISALLOW_PEEK

Use with DwmSetWindowAttribute. Do not show peek preview for the window. The peek view shows a full-sized preview of the window when the mouse hovers over the window's thumbnail in the taskbar. If this attribute is set, hovering the mouse pointer over the window's thumbnail dismisses peek (in case another window in the group has a peek preview showing). The pvAttribute parameter points to a value of type BOOL. TRUE to prevent peek functionality, or FALSE to allow it.

Implementation

static const DWMWA_DISALLOW_PEEK = 11;