init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "Base.h"
|
||||
|
||||
namespace process_notify_callback
|
||||
{
|
||||
auto install_process_notify()->NTSTATUS;
|
||||
|
||||
auto remov_process_notify()->NTSTATUS;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user