Purpose
Returns the index into the component resource DLL that may be used to load the icon for the hierarchy folder. This is a required member function.
Syntax
HRESULT STDMETHODCALLTYPE GetIconIndexOf( LPCITEMIDLIST pidl, UINT uFlags, int* piIndex );
Parameters
Return Codes
Returns NOERROR if successful or E_FAIL if unable to determine the index.
Comments
iSeries™ Navigator repeatedly calls this function when populating a tree or list view. Long running operations should therefore be avoided.