DWMWA_FORCE_ICONIC_REPRESENTATION constant

int const DWMWA_FORCE_ICONIC_REPRESENTATION

Use with DwmSetWindowAttribute. Forces the window to display an iconic thumbnail or peek representation (a static bitmap), even if a live or snapshot representation of the window is available. This value is normally set during a window's creation, and not changed throughout the window's lifetime. Some scenarios, however, might require the value to change over time. The pvAttribute parameter points to a value of type BOOL. TRUE to require a iconic thumbnail or peek representation; otherwise, FALSE.

Implementation

static const DWMWA_FORCE_ICONIC_REPRESENTATION = 7;