Contents Index Topic Contents | ||
Previous Topic: PSM_GETTABCONTROL Next Topic: PSM_PRESSBUTTON |
PSM_ISDIALOGMESSAGE
PSM_ISDIALOGMESSAGE wParam = 0; lParam = (LPARAM)pMsg;Passes a message to a property sheet dialog box and indicates whether the dialog box processed the message. You can send this message explicitly or by using the PropSheet_IsDialogMessage macro.
- Returns TRUE if the message has been processed, or FALSE if the message has not been processed.
- pMsg
- Address of an MSG structure that contains the message to be checked.
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.
See also PropertySheet
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.