ITaskbarList::HrInit method
Initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called.
Syntax
HRESULT HrInit();
Parameters
This method has no parameters.
Return value
Type: HRESULT
Returns S_OK if successful, or an error value otherwise. If the method fails, no other methods can be called. The calling application should release the interface pointer.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
Show: