PropSheet_QuerySiblings
This macro causes a property sheet to send the PSM_QUERYSIBLINGS message 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.
int PropSheet_QuerySiblings(
hPropSheetDlg,
param1,
param2 );
Parameters
- hPropSheetDlg
Handle to the property sheet. - param1
First application-defined parameter. - param2
Second application-defined parameter.
Return Values
Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.
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
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.