mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Run process notification routines after successfully creating process.
svn path=/trunk/; revision=38659
This commit is contained in:
parent
7ce2261b67
commit
28cf753e62
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue