MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / GetUIObjectOf

Function GetUIObjectOf

Explorer++/Helper/ShellHelper.cpp:676–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676HRESULT GetUIObjectOf(IShellFolder *pShellFolder, HWND hwndOwner, UINT cidl,
677 PCUITEMID_CHILD_ARRAY apidl, REFIID riid, void **ppv)
678{
679 return pShellFolder->GetUIObjectOf(hwndOwner, cidl, apidl, riid, nullptr, ppv);
680}
681
682HRESULT GetShellItemDetailsEx(IShellFolder2 *pShellFolder, const SHCOLUMNID *pscid,
683 PCUITEMID_CHILD pidl, TCHAR *szDetail, size_t cchMax, BOOL friendlyDate)

Callers 7

OnBeginDragMethod · 0.85
FindThumbnailAsyncMethod · 0.85
GetItemInfoTipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected