The WM_ENTERIDLE message is 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.
WM_ENTERIDLE fuSource = wParam; // idle-source flag hwnd = (HWND) lParam; // handle of dialog box or owner window
Value |
Meaning |
MSGF_DIALOGBOX |
The system is idle because a dialog box is displayed. |
MSGF_MENU |
The system is idle because a menu is displayed. |
An application should return zero if it processes this message.
You can suppress the WM_ENTERIDLE message for a dialog box by creating the dialog box with the DS_NOIDLEMSG style.
file: /Techref/os/win/api/win32/mess/src/msg23_25.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 05:48,
18.217.189.152:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg23_25.htm"> WM_ENTERIDLE</A> |
Did you find what you needed? |