PSM_QUERYSIBLINGS (Windows Embedded CE 6.0)
1/6/2010
This message is 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.
Syntax
PSM_QUERYSIBLINGS wParam = (WPARAM) param1;
lParam = (LPARAM) param2;
Parameters
- param1
First application-defined parameter.
- param2
Second application-defined parameter.
Return Value
Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |