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

Method GetDisplayName

UnitTest/UnitTest.cpp:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 HRESULT STDMETHODCALLTYPE GetDisplayName(
215 /* [in] */ SIGDN sigdnName,
216 /* [annotation][string][out] */
217 _Outptr_result_nullonfailure_ LPWSTR* ppszName) override
218 {
219 *ppszName = m_name.data();
220 return S_OK;
221 }
222
223 HRESULT STDMETHODCALLTYPE GetAttributes(
224 /* [in] */ SFGAOF sfgaoMask,

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected