SECIShellFolderImpl::GetAttributesOf
HERSULTSECIShellFolderImpl::GetAttributesOf(UINTuCount, LPCITEMIDLIST*apidls, ULONG*pdwAttribs)
See IShellFolder::GetAttributesOf in Win32 SDK for details. The default implementation just blindly assigns SFGAO_HASSUBFOLDER + SFGAO_FOLDER to *pdwAttribs argument. You almost always have to override this function in your namespace extension.
Defined in: SECIShellFolderImpl.h
Return Value
HRESULT
Parameters
uCount
apidls
pdwAttribs
See Also