Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 3.57 KB

nf-shobjidl_core-iapplicationdestinations-removealldestinations.md

File metadata and controls

83 lines (60 loc) · 3.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IApplicationDestinations.RemoveAllDestinations
IApplicationDestinations::RemoveAllDestinations (shobjidl_core.h)
Clears all destination entries from the Recent and Frequent categories in an application's Jump List.
IApplicationDestinations interface [Windows Shell]
RemoveAllDestinations method
IApplicationDestinations.RemoveAllDestinations
IApplicationDestinations::RemoveAllDestinations
RemoveAllDestinations
RemoveAllDestinations method [Windows Shell]
RemoveAllDestinations method [Windows Shell]
IApplicationDestinations interface
_shell_IApplicationDestinations_RemoveAllDestinations
shell.IApplicationDestinations_RemoveAllDestinations
shobjidl_core/IApplicationDestinations::RemoveAllDestinations
shell\IApplicationDestinations_RemoveAllDestinations.htm
shell
bda83a9a-9759-47cc-8d15-ac55583a5810
12/05/2018
IApplicationDestinations interface [Windows Shell],RemoveAllDestinations method, IApplicationDestinations.RemoveAllDestinations, IApplicationDestinations::RemoveAllDestinations, RemoveAllDestinations, RemoveAllDestinations method [Windows Shell], RemoveAllDestinations method [Windows Shell],IApplicationDestinations interface, _shell_IApplicationDestinations_RemoveAllDestinations, shell.IApplicationDestinations_RemoveAllDestinations, shobjidl_core/IApplicationDestinations::RemoveAllDestinations
shobjidl_core.h
Shobjidl.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Shobjidl.idl
Shell32.lib
Shell32.dll (version 6.1 or later)
Windows
19H1
IApplicationDestinations::RemoveAllDestinations
shobjidl_core/IApplicationDestinations::RemoveAllDestinations
c++
APIRef
kbSyntax
COM
Shell32.dll
IApplicationDestinations.RemoveAllDestinations

IApplicationDestinations::RemoveAllDestinations

-description

Clears all destination entries from the Recent and Frequent categories in an application's Jump List.

-returns

Type: HRESULT

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

-remarks

This method does not remove items that the user has pinned to the Jump List. Those items cannot be removed programmatically; only the user can remove them. However, it does remove usage data for those pinned items. It also cannot remove items from custom categories or the task list.

If the application has an explicit Application User Model ID (AppUserModelID), you must call IApplicationDestinations::SetAppID before you call this method.

-see-also

IApplicationDestinations

IApplicationDestinations::RemoveDestination

IApplicationDestinations::SetAppID

Taskbar Extensions