PSM_QUERYSIBLINGSPSM_QUERYSIBLINGS*
*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.

param1
First application-defined parameter.
param2
Second application-defined parameter.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.