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