PsSetCreateProcessNotifyRoutine

NTSTATUS __stdcall PsSetCreateProcessNotifyRoutine(PCREATE_PROCESS_NOTIFY_ROUTINE NotifyRoutine, BOOL Remove){
  return PspSetCreateProcessNotifyRoutine(NotifyRoutine, Remove);
}

Referenced by:

VfFaultsSetParameters
ViInitSystemPhase1