Share via


ITaskbarList::SetActiveAlt (Windows CE 5.0)

Send Feedback

This method marks a taskbar item as active but does not visually activate it.

Syntax

HRESULT SetActiveAlt(  HWND hwnd);

Parameters

  • hwnd
    Handle to the window to be marked as active.

Return Value

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.

See Also

ITaskBarList | Standard Shell Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.