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

Method GetAttributes

UnitTest/UnitTest.cpp:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 HRESULT STDMETHODCALLTYPE GetAttributes(
287 /* [in] */ SIATTRIBFLAGS AttribFlags,
288 /* [in] */ SFGAOF sfgaoMask,
289 /* [out] */ __RPC__out SFGAOF* psfgaoAttribs) override
290 {
291 return E_NOTIMPL;
292 }
293
294 HRESULT STDMETHODCALLTYPE GetCount(
295 /* [out] */ __RPC__out DWORD* pdwNumItems)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected