MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / GetToolTip

Function GetToolTip

Source/WindowsShellExtension/dllmain.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 }
443
444 IFACEMETHODIMP GetToolTip(_In_opt_ IShellItemArray* items, _Outptr_ PWSTR* infoTip) {
445 UNREFERENCED_PARAMETER(items);
446 *infoTip = nullptr;
447 return E_NOTIMPL;
448 }
449
450 IFACEMETHODIMP GetCanonicalName(_Out_ GUID* guidCommandName) {
451 *guidCommandName = GUID_NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected