WM_STARTMENU_GETITEMCOUNT
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 MSSTARTMENU control class.