11 lines
182 B
C++
11 lines
182 B
C++
#pragma once
|
|
#include "Base.h"
|
|
|
|
namespace load_image_notify_routine
|
|
{
|
|
auto create_image_load_notify_routine() -> NTSTATUS;
|
|
|
|
auto remove_image_load_notify_routine() -> NTSTATUS;
|
|
|
|
|
|
} |