ICustomDestinationList::CommitList method (shobjidl_core.h)

Declares that the Jump List initiated by a call to ICustomDestinationList::BeginList is complete and ready for display.

Syntax

HRESULT CommitList();

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

As long as no call to AppendCategory in this session failed for attempting to include a removed item, calling CommitList causes the stored list of removed items to be cleared and a new list of removed items to begin.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)
Library Shell32.lib
DLL Shell32.dll (version 6.1 or later)

See also

ICustomDestinationList

ICustomDestinationList::BeginList

Taskbar Extensions