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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5084 nsresult (*SetGraphicsControllerType)(IMachine *pThis, PRUint32 graphicsControllerType); member in struct:IMachine_vtbl
5808 nsresult (*SetGraphicsControllerType)(IMachine *pThis, PRUint32 graphicsControllerType); member in struct:IMachineVtbl
6543 #define IMachine_put_GraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->SetGraphicsControllerType(p, aGraphicsControllerType))
6544 #define IMachine_SetGraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->SetGraphicsControllerType(p, aGraphicsControllerType))

Completed in 450 milliseconds