int FindDriverByName(PDRIVER_OBJECT *DriverObject, WCHAR * devname) { NTSTATUS Status; PFILE_OBJECT FileObject; PDEVICE_OBJECT TargetDevice;
確定! 回上一頁