PropSheet_QuerySiblings macro (prsht.h)
Causes a property sheet to send the PSM_QUERYSIBLINGS message to each of its pages. You can use this macro or send the PSM_QUERYSIBLINGS message explicitly.
Syntax
int PropSheet_QuerySiblings(
HWND hDlg,
WPARAM wParam,
LPARAM lParam
);
Parameters
hDlg
Type: HWND
Handle to the property sheet.
wParam
Type: WPARAM
First application-defined parameter.
lParam
Type: LPARAM
Second application-defined parameter.
Return value
Type: int
Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.
Remarks
If a page returns a nonzero value, the property sheet does not send the message to subsequent pages.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | prsht.h |