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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp3909 UNICODE_STRING W32ImageName; local
3910 W32ImageName.Buffer = g_wszSupLibHardenedExePath; /* Yes the windows name for the process parameters. */
3911 W32ImageName.Length = (USHORT)RTUtf16Len(g_wszSupLibHardenedExePath) * sizeof(WCHAR);
3912 W32ImageName.MaximumLength = W32ImageName.Length + sizeof(WCHAR);
3919 &W32ImageName,

Completed in 65 milliseconds