MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CompareItems

Method CompareItems

WinArk/KernelNotifyTable.cpp:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool CKernelNotifyTable::CompareItems(const CallbackInfo& s1, const CallbackInfo& s2, int col, bool asc) {
156 switch (col)
157 {
158 case 2:
159 return SortHelper::SortStrings(s1.Company, s2.Company, asc);
160 default:
161 break;
162 }
163 return false;
164}
165
166void CKernelNotifyTable::Refresh() {
167#ifdef _WIN64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected