Searched refs:g_System32WinPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp309 SUPSYSROOTDIRBUF g_System32WinPath; variable
1795 AssertCompile(sizeof(g_System32WinPath.awcBuffer) <= sizeof(wszPath));
1796 cwc = g_System32WinPath.UniStr.Length / sizeof(RTUTF16); Assert(cwc > 2);
1805 memcpy(wszPath, g_System32WinPath.UniStr.Buffer, cwc * sizeof(RTUTF16));
4567 g_System32WinPath.UniStr.Buffer = g_System32WinPath.awcBuffer;
4568 g_System32WinPath.UniStr.Length = 0;
4569 g_System32WinPath.UniStr.MaximumLength = sizeof(g_System32WinPath.awcBuffer) - sizeof(RTUTF16);
4570 rcNt = NtQuerySymbolicLinkObject(hSymlink, &g_System32WinPath
[all...]

Completed in 1461 milliseconds