mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[Win32k]
- Pass process ID to process information structure. svn path=/trunk/; revision=65991
This commit is contained in:
@@ -161,6 +161,7 @@ UserProcessCreate(PEPROCESS Process)
|
||||
}
|
||||
|
||||
ppiCurrent->peProcess = Process;
|
||||
ppiCurrent->W32Pid = HandleToUlong(PsGetProcessId(Process));
|
||||
|
||||
/* Setup process flags */
|
||||
ppiCurrent->W32PF_flags |= W32PF_PROCESSCONNECTED;
|
||||
|
||||
Reference in New Issue
Block a user