ReactOS 0.4.16-dev-295-g4aee028
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | PsSetCreateProcessNotifyRoutine (IN PCREATE_PROCESS_NOTIFY_ROUTINE NotifyRoutine, IN BOOLEAN Remove) |
ULONG NTAPI | PsSetLegoNotifyRoutine (PVOID LegoNotifyRoutine) |
NTSTATUS NTAPI | PsRemoveLoadImageNotifyRoutine (IN PLOAD_IMAGE_NOTIFY_ROUTINE NotifyRoutine) |
NTSTATUS NTAPI | PsSetLoadImageNotifyRoutine (IN PLOAD_IMAGE_NOTIFY_ROUTINE NotifyRoutine) |
NTSTATUS NTAPI | PsRemoveCreateThreadNotifyRoutine (IN PCREATE_THREAD_NOTIFY_ROUTINE NotifyRoutine) |
NTSTATUS NTAPI | PsSetCreateThreadNotifyRoutine (IN PCREATE_THREAD_NOTIFY_ROUTINE NotifyRoutine) |
#define NDEBUG |
Definition at line 13 of file psnotify.c.
NTSTATUS NTAPI PsRemoveCreateThreadNotifyRoutine | ( | IN PCREATE_THREAD_NOTIFY_ROUTINE | NotifyRoutine | ) |
Definition at line 211 of file psnotify.c.
Referenced by TestCreateThreadNotify().
NTSTATUS NTAPI PsRemoveLoadImageNotifyRoutine | ( | IN PLOAD_IMAGE_NOTIFY_ROUTINE | NotifyRoutine | ) |
Definition at line 127 of file psnotify.c.
Referenced by TestLoadImageNotify().
NTSTATUS NTAPI PsSetCreateProcessNotifyRoutine | ( | IN PCREATE_PROCESS_NOTIFY_ROUTINE | NotifyRoutine, |
IN BOOLEAN | Remove | ||
) |
Definition at line 33 of file psnotify.c.
Referenced by TestCreateProcessNotify().
NTSTATUS NTAPI PsSetCreateThreadNotifyRoutine | ( | IN PCREATE_THREAD_NOTIFY_ROUTINE | NotifyRoutine | ) |
Definition at line 260 of file psnotify.c.
Referenced by TestCreateThreadNotify().
Definition at line 113 of file psnotify.c.
NTSTATUS NTAPI PsSetLoadImageNotifyRoutine | ( | IN PLOAD_IMAGE_NOTIFY_ROUTINE | NotifyRoutine | ) |
Definition at line 176 of file psnotify.c.
Referenced by TestLoadImageNotify().
Definition at line 18 of file psnotify.c.
Referenced by DbgkCreateThread(), MmLoadSystemImage(), and PsSetLoadImageNotifyRoutine().
PLEGO_NOTIFY_ROUTINE PspLegoNotifyRoutine |
Definition at line 24 of file psnotify.c.
Referenced by PspRunLegoRoutine(), and PsSetLegoNotifyRoutine().
EX_CALLBACK PspLoadImageNotifyRoutine[PSP_MAX_LOAD_IMAGE_NOTIFY] |
Definition at line 23 of file psnotify.c.
Referenced by PspInitPhase0(), PspRunLoadImageNotifyRoutines(), PsRemoveLoadImageNotifyRoutine(), and PsSetLoadImageNotifyRoutine().
ULONG PspLoadImageNotifyRoutineCount |
Definition at line 20 of file psnotify.c.
Referenced by PsRemoveLoadImageNotifyRoutine(), and PsSetLoadImageNotifyRoutine().
EX_CALLBACK PspProcessNotifyRoutine[PSP_MAX_CREATE_PROCESS_NOTIFY] |
Definition at line 22 of file psnotify.c.
Referenced by PspInitPhase0(), PspRunCreateProcessNotifyRoutines(), and PsSetCreateProcessNotifyRoutine().
ULONG PspProcessNotifyRoutineCount |
Definition at line 19 of file psnotify.c.
Referenced by PsSetCreateProcessNotifyRoutine().
EX_CALLBACK PspThreadNotifyRoutine[PSP_MAX_CREATE_THREAD_NOTIFY] |
Definition at line 21 of file psnotify.c.
Referenced by PspInitPhase0(), PspRunCreateThreadNotifyRoutines(), PsRemoveCreateThreadNotifyRoutine(), and PsSetCreateThreadNotifyRoutine().
ULONG PspThreadNotifyRoutineCount |
Definition at line 19 of file psnotify.c.
Referenced by PspRunCreateThreadNotifyRoutines(), PsRemoveCreateThreadNotifyRoutine(), and PsSetCreateThreadNotifyRoutine().