| 358 | return E_NOTIMPL; |
| 359 | } |
| 360 | HRESULT GetCanonicalName(GUID* guidCommandName) { *guidCommandName = GUID_NULL; return S_OK; } |
| 361 | HRESULT GetState(IShellItemArray* selection, _In_ BOOL okToBeSlow, _Out_ EXPCMDSTATE* cmdState) |
| 362 | { |
| 363 | Print(selection); |
nothing calls this directly
no outgoing calls
no test coverage detected