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

void PropSheet_QuerySiblings(
   hDlg,
   wParam,
   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

None

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