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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp319 static RTERRINFOSTATIC g_ErrInfoStatic; variable
2728 RTErrInfoInitStatic(&g_ErrInfoStatic));
2730 supR3HardenedError(rc, true /*fFatal*/, "%s", g_ErrInfoStatic.szMsg);
3445 &cFixes, RTErrInfoInitStatic(&g_ErrInfoStatic));
3448 "supHardenedWinVerifyProcess failed with %Rrc: %s", rc, g_ErrInfoStatic.szMsg);
4470 int rc = supHardNtVpDebugger(NtCurrentProcess(), RTErrInfoInitStatic(&g_ErrInfoStatic));
4472 rc = supHardNtVpThread(NtCurrentProcess(), NtCurrentThread(), RTErrInfoInitStatic(&g_ErrInfoStatic));
4474 supR3HardenedFatalMsg("supR3HardenedWinReSpawn", kSupInitOp_Integrity, rc, "%s", g_ErrInfoStatic.szMsg);
4550 RTErrInfoInitStatic(&g_ErrInfoStatic);
4551 int rc = supHardenedWinInitImageVerifier(&g_ErrInfoStatic
[all...]

Completed in 74 milliseconds