HWND_MESSAGE top-level constant

int const HWND_MESSAGE

A message-only window enables you to send and receive messages. It is not visible, has no z-order, cannot be enumerated, and does not receive broadcast messages. The window simply dispatches messages.

Implementation

const HWND_MESSAGE = 0xFFFFFFFFFFFFFFFD;