标签:
?
Mark offers some third party utilities. That‘s good, but I will show a more handy way (IMHO): how to configure and use Visual Studio for compiling drivers.?
Have Fun
(应该为默认值)
(应该为默认值)
?
Hide???Copy Code
#include "ntddk.h"
?
NTSTATUS
DriverEntry(PDRIVER_OBJECT DriverObject,PUNICODE_STRING
RegistryPath)
{
return STATUS_UNSUCCESSFUL;
}
标签:
原文地址:http://www.cnblogs.com/time-is-life/p/5140548.html