Contents Index Topic Contents | ||
Previous Topic: PSM_PRESSBUTTON Next Topic: PSM_REBOOTSYSTEM |
PSM_QUERYSIBLINGS
PSM_QUERYSIBLINGS wParam = (WPARAM) param1; lParam = (LPARAM) param2;Sent to a property sheet, which then forwards the 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 send this message explicitly or by using the PropSheet_QuerySiblings macro.
- Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.
- param1
- First application-defined parameter.
- param2
- Second application-defined parameter.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.