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

Function GetToolTip

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

Source from the content-addressed store, hash-verified

81 return S_OK;
82 }
83 HRESULT GetToolTip( IShellItemArray* items, PWSTR* infoTip)
84 {
85 Print(items);
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 {

Callers

nothing calls this directly

Calls 1

PrintFunction · 0.85

Tested by

no test coverage detected