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

Method SortStub

Explorer++/Explorer++/ShellBrowser/SortManager.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int CALLBACK ShellBrowser::SortStub(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
40{
41 auto *pShellBrowser = reinterpret_cast<ShellBrowser *>(lParamSort);
42 return pShellBrowser->Sort(static_cast<int>(lParam1), static_cast<int>(lParam2));
43}
44
45/* Also see NBookmarkHelper::Sort. */
46int CALLBACK ShellBrowser::Sort(int InternalIndex1, int InternalIndex2) const

Callers

nothing calls this directly

Calls 1

SortMethod · 0.45

Tested by

no test coverage detected