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

Function SortByOwner

Explorer++/Explorer++/ShellBrowser/SortHelper.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211int SortByOwner(const BasicItemInfo_t &itemInfo1, const BasicItemInfo_t &itemInfo2)
212{
213 std::wstring owner1 = GetOwnerColumnText(itemInfo1);
214 std::wstring owner2 = GetOwnerColumnText(itemInfo2);
215
216 return StrCmpLogicalW(owner1.c_str(), owner2.c_str());
217}
218
219int SortByVersionInfo(const BasicItemInfo_t &itemInfo1, const BasicItemInfo_t &itemInfo2,
220 VersionInfoType versionInfoType)

Callers 1

SortMethod · 0.85

Calls 2

GetOwnerColumnTextFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected