ITaskbarList::HrInit (Windows CE 5.0)

Send Feedback

This method initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called.

Syntax

HRESULT HrInit(VOID);

Parameters

None

Return Value

Returns NOERROR if successful, or an OLE-defined error code otherwise. If the method fails, no other methods can be called. The calling application should release the interface pointer.

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.