Share via


ITaskbarList::SetActiveAlt (Compact 2013)

3/28/2014

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

Header

shobjidl.h,
shobjidl.idl

Library

Developer Implemented

See Also

Reference

ITaskbarList
Shell Interfaces