mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Run process notification routines after successfully creating process.
svn path=/trunk/; revision=38659
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user