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

Method CompareItems

WinArk/MiniFilterOperationTable.cpp:246–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246bool COperationTable::CompareItems(const OperationCallbackInfo& s1, const OperationCallbackInfo& s2, int col, bool asc) {
247 switch (col)
248 {
249 case 0:
250
251 break;
252 default:
253 break;
254 }
255 return false;
256}
257
258
259

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected