- Call create process notify routines from NtCreateProcess.
authorFilip Navara <filip.navara@gmail.com>
Sun, 7 Mar 2004 20:31:53 +0000 (20:31 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sun, 7 Mar 2004 20:31:53 +0000 (20:31 +0000)
commit877788b63b623dafb9012e7677d93d7e8f8cf68a
treebd4d41247d47e7a5c22815980fe0b38fba6c73d7
parentfa397a0e33376ac14ac2d8a3ca0ec1a8f2f39bb7
- Call create process notify routines from NtCreateProcess.
- Protect PiProcessNotifyRoutine by a spinlock.
- Started PsSetLoadImageNotifyRoutine implementation, it just registers the callback, but doesn't call it.

svn path=/trunk/; revision=8575
reactos/include/ddk/pstypes.h
reactos/ntoskrnl/ntoskrnl.def
reactos/ntoskrnl/ntoskrnl.edf
reactos/ntoskrnl/ps/process.c