Searched refs:aGraphicsControllerType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h874 HRESULT getGraphicsControllerType(GraphicsControllerType_T *aGraphicsControllerType);
875 HRESULT setGraphicsControllerType(GraphicsControllerType_T aGraphicsControllerType);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1919 HRESULT Machine::getGraphicsControllerType(GraphicsControllerType_T *aGraphicsControllerType) argument
1923 *aGraphicsControllerType = mHWData->mGraphicsControllerType;
1928 HRESULT Machine::setGraphicsControllerType(GraphicsControllerType_T aGraphicsControllerType) argument
1930 switch (aGraphicsControllerType)
1939 return setError(E_INVALIDARG, tr("The graphics controller type (%d) is invalid"), aGraphicsControllerType);
1949 mHWData->mGraphicsControllerType = aGraphicsControllerType;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6541 #define IMachine_get_GraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->GetGraphicsControllerType(p, aGraphicsControllerType))
6542 #define IMachine_GetGraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->GetGraphicsControllerType(p, aGraphicsControllerType))
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 342 milliseconds