Share via


ITaskbarList::HrInit (Windows Embedded CE 6.0)

1/6/2010

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

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

See Also

Reference

ITaskbarList
Standard Shell Interfaces