feat image load
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "Base.h"
|
||||
|
||||
namespace load_image_notify_routine
|
||||
{
|
||||
auto create_image_load_notify_routine() -> NTSTATUS;
|
||||
|
||||
auto remove_image_load_notify_routine() -> NTSTATUS;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user