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.
A version of this page is also available for
4/8/2010

This macro causes a property sheet to send the PSM_QUERYSIBLINGSmessage to each of its pages. If a page returns a nonzero value, the property sheet does not send the message to subsequent pages. You can use this macro or send the PSM_QUERYSIBLINGS message explicitly.

Syntax

int PropSheet_QuerySiblings( 

hPropSheetDlg, 

param1, 

param2 
);

Parameters

hPropSheetDlg

Handle to the property sheet.

param1

First application-defined parameter.

param2

Second application-defined parameter.

Return Value

Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.

Requirements

Header prsht.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also