mirror of
https://github.com/daeken/Zookeeper.git
synced 2025-04-02 10:52:54 -04:00
8 lines
187 B
C++
8 lines
187 B
C++
#pragma once
|
|
#include "Kernel.hpp"
|
|
|
|
void NTAPI kernel_KeInitializeDpc(
|
|
KDPC *Dpc,
|
|
PKDEFERRED_ROUTINE DeferredRoutine,
|
|
PVOID DeferredContext
|
|
);
|