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

/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp716 WCHAR wszInput[4]; local
717 wszInput[0] = chDrive;
718 wszInput[1] = ':';
719 wszInput[2] = '\0';
723 if (GetFullPathNameW(wszInput, RTPATH_MAX, wszFullPath, NULL))

Completed in 55 milliseconds