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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1661 UNICODE_STRING ResolvedName; local
1692 ResolvedName.Buffer = wszPath;
1693 ResolvedName.Length = (USHORT)(cwc * sizeof(WCHAR));
1694 ResolvedName.MaximumLength = ResolvedName.Length + sizeof(WCHAR);
1698 ResolvedName.Length / sizeof(WCHAR), ResolvedName.Buffer, rcNt));
1699 pName = &ResolvedName;
1819 ResolvedName.Buffer = wszPath;
1820 ResolvedName
[all...]

Completed in 64 milliseconds