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

/vbox/src/VBox/Devices/Input/
H A DDrvMouseQueue.cpp40 typedef struct DRVMOUSEQUEUE struct
57 } DRVMOUSEQUEUE, *PDRVMOUSEQUEUE; typedef in typeref:struct:DRVMOUSEQUEUE
115 /** Converts a pointer to DRVMOUSEQUEUE::Port to a DRVMOUSEQUEUE pointer. */
116 #define IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface) ( (PDRVMOUSEQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVMOUSEQUEUE, IPort)) )
187 #define PPDMIMOUSECONNECTOR_2_DRVMOUSEQUEUE(pInterface) ( (PDRVMOUSEQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVMOUSEQUEUE, IConnector)) )
435 sizeof(DRVMOUSEQUEUE),

Completed in 43 milliseconds