| 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 | { |