The PSM_ISDIALOGMESSAGE message passes a message to a property sheet dialog box and indicates whether the dialog processed the message. You can send the PSM_ISDIALOGMESSAGE message explicitly or by using the PropSheet_IsDialogMessage macro.
PSM_ISDIALOGMESSAGE wParam = 0; lParam = (LPARAM)pMsg;
If the message has been processed, the return value is TRUE.
If the message has not been processed, the return value is FALSE.
Your message loop should use the PSM_ISDIALOGMESSAGE message with modeless property sheets to pass messages to the property sheet dialog box.
If the return value indicates that the message was processed, it must not be passed to the TranslateMessage or DispatchMessage function.
DispatchMessage, MSG, PropertySheet, PropSheet_IsDialogMessage, TranslateMessage
file: /Techref/os/win/api/win32/mess/src/msg14_21.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 01:36,
3.12.150.250: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/msg14_21.htm"> PSM_ISDIALOGMESSAGE</A> |
Did you find what you needed? |