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

/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;

Completed in 104 milliseconds