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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2954 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3145 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3429 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5133 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); member in struct:IMachine_vtbl
5857 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); member in struct:IMachineVtbl
6607 #define IMachine_get_ChipsetType(p, aChipsetType) ((p)->lpVtbl->GetChipsetType(p, aChipsetType))
6608 #define IMachine_GetChipsetType(p, aChipsetType) ((p)->lpVtbl->GetChipsetType(p, aChipsetType))

Completed in 287 milliseconds