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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2633 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2691 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2942 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3133 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3417 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5121 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachine_vtbl
5845 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType); member in struct:IMachineVtbl
6591 #define IMachine_get_FirmwareType(p, aFirmwareType) ((p)->lpVtbl->GetFirmwareType(p, aFirmwareType))
6592 #define IMachine_GetFirmwareType(p, aFirmwareType) ((p)->lpVtbl->GetFirmwareType(p, aFirmwareType))

Completed in 340 milliseconds