Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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, -1will be returned.
Remarks
#define WM_STARTMENU_GETCURSEL (WM_USER + 101)
This message should be sent to the MSSTARTMENUcontrol class.