Microsoft Windows CE 3.0  

PropSheet_IsDialogMessage

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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_ISDIALOGMESSAGEmessage explicitly.

BOOL
PropSheet_IsDialogMessage(
hDlg
,
pMsg
);

Parameters

hDlg
Handle to the property sheet.
pMsg
Pointer to an MSGstructure 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 TranslateMessageor DispatchMessagefunction.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Prsht.h    
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

DispatchMessage, PropertySheet, TranslateMessage, PSM_ISDIALOGMESSAGE, MSG