mirror-ac/driver/thread.h

12 lines
135 B
C
Raw Normal View History

2023-08-29 19:36:58 +02:00
#ifndef THREAD_H
#define THREAD_H
#include <ntifs.h>
#include "common.h"
NTSTATUS ValidateKPCRBThreads(
//_In_ PIRP Irp
);
#endif