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

Method CompareItems

WinArk/SSDTHookTable.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool CSSDTHookTable::CompareItems(const SystemServiceInfo& s1, const SystemServiceInfo& s2, int col, bool asc) {
147
148 return false;
149}
150
151void CSSDTHookTable::Refresh() {
152 for (int i = 0; i < _limit; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected