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

Method GetCanonicalName

FastCopyShellExtension/dllmain.cpp:360–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 return E_NOTIMPL;
359 }
360 HRESULT GetCanonicalName(GUID* guidCommandName) { *guidCommandName = GUID_NULL; return S_OK; }
361 HRESULT GetState(IShellItemArray* selection, _In_ BOOL okToBeSlow, _Out_ EXPCMDSTATE* cmdState)
362 {
363 Print(selection);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected