Prev Next
PropSheet_QuerySiblings info Overview GroupThe PropSheet_QuerySiblings 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 explicitly send the PSM_QUERYSIBLINGS message. int PropSheet_QuerySiblings(
Parameters
Return ValuesReturns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value. See Also |