Partager via


ITaskbarList::DeleteTab

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method deletes an item from the taskbar.

Syntax

HRESULT DeleteTab(
  HWND hwnd
);

Parameters

  • hwnd
    Handle to the window to be deleted from the taskbar.

Return Value

Returns NOERROR if successful, or an OLE-defined error code otherwise.

Requirements

Header shobjidl.h, shobjidl.idl
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ITaskbarList
ITaskbarList::AddTab
Standard Shell Interfaces