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

/vbox/include/VBox/vmm/
H A Dpdmusb.h742 typedef struct PDMUSBINS struct
795 } PDMUSBINS; typedef in typeref:struct:PDMUSBINS
839 /** Converts a pointer to the PDMUSBINS::IBase to a pointer to PDMUSBINS. */
840 #define PDMIBASE_2_PDMUSB(pInterface) ( (PPDMUSBINS)((char *)(pInterface) - RT_OFFSETOF(PDMUSBINS, IBase)) )

Completed in 35 milliseconds