ITaskbarList::HrInit
Other versions of this page are also available for the following:
8/28/2008
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 |