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

/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp122 WCHAR wszSysDir[MAX_PATH]; local
123 UINT cwcSysDir = GetSystemDirectoryW(wszSysDir, MAX_PATH);
129 int rc = RTUtf16ToUtf8Ex(wszSysDir, RTSTR_MAX, &pszPath, sizeof(szPath), NULL);

Completed in 32 milliseconds