Files
2026-05-27 13:24:57 +08:00

11 lines
152 B
C++

#pragma once
#include "Base.h"
namespace thread_notify_routine
{
auto create_thread_routine()->NTSTATUS;
auto unload_thread_routine()->NTSTATUS;
}