ICustomDestinationList::CommitList method
Declares that the Jump List initiated by a call to ICustomDestinationList::BeginList is complete and ready for display.
Syntax
HRESULT CommitList();
Parameters
This method has no parameters.
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
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
Show: