WM_ENTERIDLE top-level constant

int const WM_ENTERIDLE

Sent to the owner window of a modal dialog box or menu that is entering an idle state. A modal dialog box or menu enters an idle state when no messages are waiting in its queue after it has processed one or more previous messages.

Implementation

const WM_ENTERIDLE = 0x0121;