mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
properly query the device map
svn path=/trunk/; revision=13194
This commit is contained in:
parent
4da8f45753
commit
ec6ea0795a
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ NtProcessStartup(PPEB Peb)
|
|||
|
||||
Status = NtQueryInformationProcess(NtCurrentProcess(),
|
||||
ProcessDeviceMap,
|
||||
&DeviceMap,
|
||||
sizeof(DeviceMap),
|
||||
&DeviceMap.Query,
|
||||
sizeof(DeviceMap.Query),
|
||||
NULL);
|
||||
if(NT_SUCCESS(Status))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue