MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / ShowMultipleFileProperties

Function ShowMultipleFileProperties

Explorer++/Helper/ShellHelper.cpp:1300–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300HRESULT 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
1307HRESULT ExecuteActionFromContextMenu(PCIDLIST_ABSOLUTE pidlDirectory, PCITEMID_CHILD *ppidl,
1308 HWND hwndOwner, int nFiles, const TCHAR *szAction, DWORD fMask)

Calls 1

Tested by

no test coverage detected