| 1298 | } |
| 1299 | |
| 1300 | HRESULT ShowMultipleFileProperties( |
| 1301 | PCIDLIST_ABSOLUTE pidlDirectory, PCITEMID_CHILD *ppidl, HWND hwndOwner, int nFiles) |
| 1302 | { |
| 1303 | return ExecuteActionFromContextMenu( |
| 1304 | pidlDirectory, ppidl, hwndOwner, nFiles, _T("properties"), 0); |
| 1305 | } |
| 1306 | |
| 1307 | HRESULT ExecuteActionFromContextMenu(PCIDLIST_ABSOLUTE pidlDirectory, PCITEMID_CHILD *ppidl, |
| 1308 | HWND hwndOwner, int nFiles, const TCHAR *szAction, DWORD fMask) |
no test coverage detected