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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp93 PDMIHOSTPARALLELCONNECTOR IHostParallelConnectorR3; member in struct:DRVHOSTPARALLEL
940 pThis->IHostParallelConnectorR3.pfnWrite = drvHostParallelWrite;
941 pThis->IHostParallelConnectorR3.pfnRead = drvHostParallelRead;
942 pThis->IHostParallelConnectorR3.pfnSetPortDirection = drvHostParallelSetPortDirection;
943 pThis->IHostParallelConnectorR3.pfnWriteControl = drvHostParallelWriteControl;
944 pThis->IHostParallelConnectorR3.pfnReadControl = drvHostParallelReadControl;
945 pThis->IHostParallelConnectorR3.pfnReadStatus = drvHostParallelReadStatus;

Completed in 46 milliseconds