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