IShellUIHelper4::msSiteModeShowJumpList Method

New for Windows Internet Explorer 9

Shows updates to the list of items in a Jump List.

Syntax

HRESULT msSiteModeShowJumpList(VOID);

Return Value

Returns one of the following values.

S_OK The operation completed successfully.
E_NOTIMPL This method is not supported on Windows CE.

Remarks

The msSiteModeShowJumpList method displays the list of items that are queued up by msSiteModeAddJumpListItem. The update occurs instantly.

This method triggers the onmssitemodejumplistitemremoved event, which is raised once for each item that has been removed by the user since the last time the msSiteModeShowJumpList method was called. This event is not raised if you call IShellUIHelper4::msSiteModeClearJumpList first.

Note  To view the Jump List, hover over the pinned site shortcut after you pin it to the Start menu, or right-click the pinned site button in the Windows taskbar.

See Also

IShellUIHelper4::msSiteModeCreateJumpList, IShellUIHelper4::msSiteModeAddJumpListItem