MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetItemAt

Method GetItemAt

UnitTest/UnitTest.cpp:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 HRESULT STDMETHODCALLTYPE GetItemAt(
302 /* [in] */ DWORD dwIndex,
303 /* [out] */ __RPC__deref_out_opt IShellItem** ppsi) override
304 {
305 *ppsi = &m_items[dwIndex];
306 return S_OK;
307 }
308
309 HRESULT STDMETHODCALLTYPE EnumItems(
310 /* [out] */ __RPC__deref_out_opt IEnumShellItems** ppenumShellItems) override

Callers 1

operator[]Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected