- Run process notification routines after successfully creating process.
authorMichael Martin <michael.martin@reactos.org>
Fri, 9 Jan 2009 06:13:14 +0000 (06:13 +0000)
committerMichael Martin <michael.martin@reactos.org>
Fri, 9 Jan 2009 06:13:14 +0000 (06:13 +0000)
svn path=/trunk/; revision=38659

reactos/ntoskrnl/ps/process.c

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