6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-25 00:18:04 +00:00
hidden/Hidden/Driver.h

5 lines
84 B
C
Raw Normal View History

2016-07-21 23:02:31 +00:00
#pragma once
2016-12-12 20:40:35 +00:00
VOID EnableDisableDriver(BOOLEAN enabled);
BOOLEAN IsDriverEnabled();