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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2184 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2722 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2631 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2689 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2940 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3131 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3415 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5119 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachine_vtbl
5843 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings); member in struct:IMachineVtbl
6589 #define IMachine_get_BIOSSettings(p, aBIOSSettings) ((p)->lpVtbl->GetBIOSSettings(p, aBIOSSettings))
6590 #define IMachine_GetBIOSSettings(p, aBIOSSettings) ((p)->lpVtbl->GetBIOSSettings(p, aBIOSSettings))

Completed in 376 milliseconds