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 total number of items being displayed in the current view of the Start screen.

Syntax

WM_STARTMENU_GETITEMCOUNT
  WPARAM 
wParam, 
  LPARAM 
lParam

Parameters

wParam

This parameter is not used.

lParam

This parameter is not used.

Return Value

This message returns the number of items being displayed in the current view of the Start screen.

Remarks

#define WM_STARTMENU_GETITEMCOUNT (WM_USER + 100)

This message should be sent to the MSSTARTMENUcontrol class.

See Also