- As per http://msdn.microsoft.com/en-us/library/ms802952.aspx, call ExDoCallBack with correct parameters.

svn path=/trunk/; revision=38222
This commit is contained in:
Michael Martin 2008-12-21 05:08:18 +00:00
parent 77911bbdee
commit f082d72190

View file

@ -73,8 +73,8 @@ PspRunCreateProcessNotifyRoutines(IN PEPROCESS CurrentProcess,
/* Do the callback */
ExDoCallBack(&PspProcessNotifyRoutine[i],
CurrentProcess->InheritedFromUniqueProcessId,
(PVOID)(ULONG_PTR)Create,
NULL);
CurrentProcess->UniqueProcessId,
(PVOID)(ULONG_PTR)Create);
}
}
}