hidden/Hidden/Device.h

5 lines
96 B
C

#pragma once
NTSTATUS InitializeDevice(PDRIVER_OBJECT DriverObject);
NTSTATUS DestroyDevice();