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

/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp374 PRTUTF16 pwszFsPath; local
375 int rc = RTStrToUtf16(pszFsPath, &pwszFsPath);
378 HANDLE hFile = CreateFileW(pwszFsPath,
419 RTUtf16Free(pwszFsPath);

Completed in 42 milliseconds