IExplorerCommand
| 335 | |
| 336 | // IExplorerCommand |
| 337 | HRESULT GetTitle( IShellItemArray* items, PWSTR* name) |
| 338 | { |
| 339 | Print(items); |
| 340 | SHStrDup(getName().data(), name); |
| 341 | return S_OK; |
| 342 | } |
| 343 | HRESULT GetIcon(IShellItemArray* items, PWSTR* icon) |
| 344 | { |
| 345 | Print(items); |