WM_STARTMENU_GETCURSEL
4/8/2010
Send this message to retrieve the index of the item that is currently selected on the Start screen. The index starts from 0.
Syntax
WM_STARTMENU_GETCURSEL
WPARAM wParam,
LPARAM lParam
Parameters
- wParam
This parameter is not used.
- lParam
This parameter is not used.
Return Value
Gets the index of the currently selected Start screen item. If no item is selected, -1 will be returned.
Remarks
#define WM_STARTMENU_GETCURSEL (WM_USER + 101)
This message should be sent to the MSSTARTMENU control class.