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

Function GetCanonicalName

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

Source from the content-addressed store, hash-verified

86 *infoTip = nullptr; return E_NOTIMPL;
87 }
88 HRESULT GetCanonicalName(GUID* guidCommandName) { *guidCommandName = GUID_NULL; return E_NOTIMPL; }
89 HRESULT GetState( IShellItemArray* selection, BOOL okToBeSlow, EXPCMDSTATE* cmdState)
90 {
91 Print(selection);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected