HWND_BROADCAST top-level constant

int const HWND_BROADCAST

Special HWND value for use with PostMessage() and SendMessage(). The message is sent to all top-level windows in the system, including disabled or invisible unowned windows, overlapped windows, and pop-up windows; but the message is not sent to child windows.

Implementation

const HWND_BROADCAST = 0xffff;