Purpose
Returns the attributes of a particular folder in the iSeries™ Navigator hierarchy. The attribute indicators are the same as those defined for the Microsoft® interface method IShellFolder::GetAttributesOf. This is a required member function.
Syntax
HRESULT STDMETHODCALLTYPE GetAttributesOf( LPCITEMIDLIST pidl, ULONG* ulfInOut );
Parameters
Return Codes
Returns NOERROR if successful or E_FAIL if unable to locate the object attributes.
Comments
Refer to the Windows® include file shlobj.h for constants that define the bit flags.
This function is called repeatedly by the iSeries Navigator when populating a tree or list view. Long running operations should therefore be avoided.