Share via


PropSheet_IsDialogMessage (Windows CE 5.0)

Send Feedback

This macro passes a message to a property sheet dialog box and indicates whether the dialog processed the message. You can use this macro or send the PSM_ISDIALOGMESSAGE message explicitly.

BOOLPropSheet_IsDialogMessage( hDlg, pMsg );

Parameters

  • hDlg
    Handle to the property sheet.
  • pMsg
    Pointer to an MSG structure that contains the message to be checked.

Return Values

TRUE indicates that the macro has been processed. FALSE indicates the macro has not been processed.

Remarks

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 PSM_ISDIALOGMESSAGE message was processed, it must not be passed to the TranslateMessage or DispatchMessage function.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

DispatchMessage | PropertySheet | TranslateMessage | PSM_ISDIALOGMESSAGE | MSG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.