mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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(),
|
Status = NtQueryInformationProcess(NtCurrentProcess(),
|
||||||
ProcessDeviceMap,
|
ProcessDeviceMap,
|
||||||
&DeviceMap,
|
&DeviceMap.Query,
|
||||||
sizeof(DeviceMap),
|
sizeof(DeviceMap.Query),
|
||||||
NULL);
|
NULL);
|
||||||
if(NT_SUCCESS(Status))
|
if(NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue