| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected