PropSheet_QuerySiblingsPropSheet_QuerySiblings*
*Contents  *Index  *Topic Contents
*Previous Topic: PropSheet_PressButton
*Next Topic: PropSheet_RebootSystem

PropSheet_QuerySiblings


int PropSheet_QuerySiblings(
    HWND hPropSheetDlg, 		
    WPARAM param1, 		
    LPARAM param2		
);		

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.

hPropSheetDlg
Handle to the property sheet.
param1
First application-defined parameter.
param2
Second application-defined parameter.

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