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

/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp316 HANDLE hFinal = CreateFileW(pwszPath, local
323 if (hFinal != INVALID_HANDLE_VALUE)
326 if (GetFileInformationByHandle(hFinal, &FileData))
335 CloseHandle(hFinal);

Completed in 43 milliseconds