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

Function CompareVirtualFolders

Explorer++/Helper/ShellHelper.cpp:1365–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365BOOL CompareVirtualFolders(const TCHAR *szDirectory, UINT uFolderCSIDL)
1366{
1367 TCHAR szParsingPath[MAX_PATH];
1368
1369 GetCsidlDisplayName(uFolderCSIDL, szParsingPath, SIZEOF_ARRAY(szParsingPath), SHGDN_FORPARSING);
1370
1371 if (StrCmp(szDirectory, szParsingPath) == 0)
1372 {
1373 return TRUE;
1374 }
1375
1376 return FALSE;
1377}
1378
1379bool IsChildOfLibrariesFolder(PCIDLIST_ABSOLUTE pidl)
1380{

Callers 7

GetColumnHeaderMenuListFunction · 0.85
VerifySortModeMethod · 0.85
OnDeviceChangeMethod · 0.85
SortMethod · 0.85
SetActiveColumnSetMethod · 0.85
SaveColumnWidthsMethod · 0.85

Calls 1

GetCsidlDisplayNameFunction · 0.85

Tested by

no test coverage detected