[ros-dev] [ros-diffs] [mjmartin] 38659: - Run process notification routines after successfully creating process.

Alex Ionescu ionucu at videotron.ca
Fri Jan 9 15:10:07 CET 2009


Umm...
Best regards,
Alex Ionescu


On Fri, Jan 9, 2009 at 1:13 AM, <mjmartin at svn.reactos.org> wrote:

> Author: mjmartin
> Date: Fri Jan  9 00:13:14 2009
> New Revision: 38659
>
> URL: http://svn.reactos.org/svn/reactos?rev=38659&view=rev
> Log:
> - Run process notification routines after successfully creating process.
>
> Modified:
>    trunk/reactos/ntoskrnl/ps/process.c
>
> Modified: trunk/reactos/ntoskrnl/ps/process.c
> URL:
> http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/process.c?rev=38659&r1=38658&r2=38659&view=diff
>
> ==============================================================================
> --- trunk/reactos/ntoskrnl/ps/process.c [iso-8859-1] (original)
> +++ trunk/reactos/ntoskrnl/ps/process.c [iso-8859-1] Fri Jan  9 00:13:14
> 2009
> @@ -822,6 +822,9 @@
>     }
>     _SEH2_END;
>
> +    /* Run the Notification Routines */
> +    PspRunCreateProcessNotifyRoutines(Process, TRUE);
> +
>  CleanupWithRef:
>     /*
>      * Dereference the process. For failures, kills the process and does
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-dev/attachments/20090109/2b7d2081/attachment.html 


More information about the Ros-dev mailing list