SECIShellFolderImpl::GetUIObjectsOf
HERSULTSECIShellFolderImpl::GetUIObjectsOf(HWNDhwndOwner, UINTuCount, LPCITEMIDLIST*pPidl, REFIIDriid, LPUINTpuReserved, LPVOID*ppvObj)
See IShellFolder::GetUIObject in Win32 SDK for details. No implementation is provided in this class. However, if your namespace extension want to support other optional interface, you will have to override this function. The code generated by wizard will always override this function.
Defined in: SECIShellFolderImpl.h
Return Value
HRESULT
Parameters
hwndOwner
uCount
pPidl
riid
puReserved
ppvObj
See Also