HWND_TOPMOST top-level constant

int const HWND_TOPMOST

Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.

Implementation

const HWND_TOPMOST = -1;