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

Method Cancel

KernelLibrary/KernelTimer.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void KernelTimer::Cancel() {
20 KeCancelTimer(&_Timer);
21}
22
23void KernelTimer::EnumKernelTimer(KernelTimerData* pData, DpcTimerInfo* pInfo) {
24 PULONG_PTR KiProcessorBlock = (PULONG_PTR)pData->pKiProcessorBlock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected