WM_STARTMENU_GETITEMISGROUP
4/8/2010
This message retrieves the index of the item that is currently selected on the Start screen.
Syntax
WM_STARTMENU_GETITEMISGROUP
WPARAM wParam,
LPARAM lParam
Parameters
- wParam
The index of the Start screen item for which the group attribute is being queried. The index starts from 0.
- lParam
This parameter is not used.
Return Value
This message returns TRUE (1) if the Start screen item identified by wParam is a group, otherwise it returns FALSE (0).
Remarks
#define WM_STARTMENU_GETITEMISGROUP (WM_USER + 104)
This message should be sent to the MSSTARTMENU control class.