SW_FORCEMINIMIZE top-level constant

int const SW_FORCEMINIMIZE

Minimizes a window, even if the thread that owns the window is not responding.

This flag should only be used when minimizing windows from a different thread.

Implementation

const SW_FORCEMINIMIZE = 11;