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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp381 static PFNPSISPROTECTEDPROCESSLIGHT g_pfnPsIsProtectedProcessLight = NULL; variable
2358 if (g_pfnPsIsProtectedProcessLight)
2360 if (!g_pfnPsIsProtectedProcessLight(pProcess))
4320 g_pfnPsIsProtectedProcessLight = (PFNPSISPROTECTEDPROCESSLIGHT)MmGetSystemRoutineAddress(&RoutineName);

Completed in 56 milliseconds