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

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 groupattribute 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 wParamis a group, otherwise it returns FALSE ( 0).

Remarks

#define WM_STARTMENU_GETITEMISGROUP (WM_USER + 104)

This message should be sent to the MSSTARTMENUcontrol class.

See Also