Searched defs:g_pfnPsSetCreateProcessNotifyRoutineEx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp377 static PFNPSSETCREATEPROCESSNOTIFYROUTINEEX g_pfnPsSetCreateProcessNotifyRoutineEx = NULL; variable
4232 if (g_pfnPsSetCreateProcessNotifyRoutineEx)
4233 rcNt = g_pfnPsSetCreateProcessNotifyRoutineEx(supdrvNtProtectCallback_ProcessCreateNotifyEx, TRUE /*fRemove*/);
4314 g_pfnPsSetCreateProcessNotifyRoutineEx = (PFNPSSETCREATEPROCESSNOTIFYROUTINEEX)MmGetSystemRoutineAddress(&RoutineName);
4438 if (g_pfnPsSetCreateProcessNotifyRoutineEx)
4439 rcNt = g_pfnPsSetCreateProcessNotifyRoutineEx(supdrvNtProtectCallback_ProcessCreateNotifyEx, FALSE /*fRemove*/);
4534 if (g_pfnPsSetCreateProcessNotifyRoutineEx)
4535 g_pfnPsSetCreateProcessNotifyRoutineEx(supdrvNtProtectCallback_ProcessCreateNotifyEx, TRUE /*fRemove*/);
4541 g_pfnPsSetCreateProcessNotifyRoutineEx ? "Ex" : "", rcNt));

Completed in 59 milliseconds