Share via


ITaskbarList::HrInit (Compact 2013)

3/28/2014

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

See Also

Reference

ITaskbarList
Shell Interfaces