11 lines
152 B
C++
11 lines
152 B
C++
#pragma once
|
|
#include "Base.h"
|
|
|
|
namespace thread_notify_routine
|
|
{
|
|
|
|
auto create_thread_routine()->NTSTATUS;
|
|
|
|
auto unload_thread_routine()->NTSTATUS;
|
|
|
|
} |