| 37 | } |
| 38 | |
| 39 | int 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. */ |
| 46 | int CALLBACK ShellBrowser::Sort(int InternalIndex1, int InternalIndex2) const |