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

Method GetToolTip

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

Source from the content-addressed store, hash-verified

352 return S_OK;
353 }
354 HRESULT GetToolTip(IShellItemArray* items, PWSTR* infoTip)
355 {
356 Print(items);
357 *infoTip = nullptr;
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 {

Callers

nothing calls this directly

Calls 1

PrintFunction · 0.85

Tested by

no test coverage detected