- Pass process ID to process information structure.

svn path=/trunk/; revision=65991
This commit is contained in:
James Tabor 2015-01-06 04:17:20 +00:00
parent 7de914f84e
commit b204ea4aef

View file

@ -161,6 +161,7 @@ UserProcessCreate(PEPROCESS Process)
}
ppiCurrent->peProcess = Process;
ppiCurrent->W32Pid = HandleToUlong(PsGetProcessId(Process));
/* Setup process flags */
ppiCurrent->W32PF_flags |= W32PF_PROCESSCONNECTED;