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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2634 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2692 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2943 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3134 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3418 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5122 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachine_vtbl
5846 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType); member in struct:IMachineVtbl
6593 #define IMachine_put_FirmwareType(p, aFirmwareType) ((p)->lpVtbl->SetFirmwareType(p, aFirmwareType))
6594 #define IMachine_SetFirmwareType(p, aFirmwareType) ((p)->lpVtbl->SetFirmwareType(p, aFirmwareType))

Completed in 337 milliseconds