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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp275 SUPSYSROOTDIRBUF g_SupLibHardenedExeNtPath; variable
276 /** The offset into g_SupLibHardenedExeNtPath of the executable name (WCHAR,
808 if (supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
891 && !supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
985 { g_SupLibHardenedExeNtPath.UniStr.Buffer, g_offSupLibHardenedExeNtName - 1 },
1354 Assert(g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] == '\\');
1361 g_SupLibHardenedExeNtPath.UniStr.Buffer,
1406 Assert(g_SupLibHardenedExeNtPath.UniStr.Buffer[g_offSupLibHardenedExeNtName - 1] == '\\');
1409 g_SupLibHardenedExeNtPath.UniStr.Buffer,
3938 rcNt = RtlCreateUserProcess(&g_SupLibHardenedExeNtPath
[all...]

Completed in 271 milliseconds