mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
properly query the device map
svn path=/trunk/; revision=13194
This commit is contained in:
@@ -76,8 +76,8 @@ NtProcessStartup(PPEB Peb)
|
||||
|
||||
Status = NtQueryInformationProcess(NtCurrentProcess(),
|
||||
ProcessDeviceMap,
|
||||
&DeviceMap,
|
||||
sizeof(DeviceMap),
|
||||
&DeviceMap.Query,
|
||||
sizeof(DeviceMap.Query),
|
||||
NULL);
|
||||
if(NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user