阅读:1001回复:0
菜鸟问题,请赐教
我在AddDevice里调用
NTSTATUS status2; UNICODE_STRING ntDeviceName; PFILE_OBJECT pfile; PDEVICE_OBJECT pdevice; RtlInitUnicodeString(&ntDeviceName,L\"\\\\Device\\\\IPFILTERDRIVER\"); status2=IoGetDeviceObjectPointer(&ntDeviceName, FILE_ALL_ACCESS, &pfile, &pdevice); if(!NT_SUCCESS(status2))........... 为什么总是失败,并且Return Value 不在DDK提供的列表内 |
|