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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp109 PDMIHOSTPARALLELPORT IHostParallelPort; member in struct:PARALLELPORT
152 #define PDMIHOSTPARALLELPORT_2_PARALLELPORT(pInstance) ( (PARALLELPORT *)((uintptr_t)(pInterface) - RT_OFFSETOF(PARALLELPORT, IHostParallelPort)) )
633 PDMIBASE_RETURN_INTERFACE(pszIID, PDMIHOSTPARALLELPORT, &pThis->IHostParallelPort);
669 /* IHostParallelPort */
670 pThis->IHostParallelPort.pfnNotifyInterrupt = parallelR3NotifyInterrupt;

Completed in 95 milliseconds