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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2893 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IHostDVDDrive * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_0.h3432 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IHostDVDDrive * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_1.h3404 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_2.h3526 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_0.h3736 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_1.h3973 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_2.h4317 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_3.h7680 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHost_vtbl
7831 nsresult (*GetDVDDrives)(IHost *pThis, PRUint32 *DVDDrivesSize, IMedium * **DVDDrives); member in struct:IHostVtbl
7979 #define IHost_get_DVDDrives(p, aDVDDrives) ((p)->lpVtbl->GetDVDDrives(p, aDVDDrives))
7980 #define IHost_GetDVDDrives(p, aDVDDrives) ((p)->lpVtbl->GetDVDDrives(p, aDVDDrives))

Completed in 356 milliseconds