- Run process notification routines after successfully creating process.

svn path=/trunk/; revision=38659
This commit is contained in:
Michael Martin 2009-01-09 06:13:14 +00:00
parent 7ce2261b67
commit 28cf753e62

View file

@ -822,6 +822,9 @@ PspCreateProcess(OUT PHANDLE ProcessHandle,
}
_SEH2_END;
/* Run the Notification Routines */
PspRunCreateProcessNotifyRoutines(Process, TRUE);
CleanupWithRef:
/*
* Dereference the process. For failures, kills the process and does