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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp127 RTFILE hWinFileDevice; member in struct:DRVHOSTPARALLEL
899 if (pThis->hWinFileDevice != NIL_RTFILE)
901 rc = RTFileClose(pThis->hWinFileDevice); AssertRC(rc);
902 pThis->hWinFileDevice = NIL_RTFILE;
929 pThis->hWinFileDevice = NIL_RTFILE;
1036 rc = RTFileOpen(&pThis->hWinFileDevice, (char *)pThis->szParportName,

Completed in 44 milliseconds