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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5083 nsresult (*GetGraphicsControllerType)(IMachine *pThis, PRUint32 *graphicsControllerType); member in struct:IMachine_vtbl
5807 nsresult (*GetGraphicsControllerType)(IMachine *pThis, PRUint32 *graphicsControllerType); member in struct:IMachineVtbl
6541 #define IMachine_get_GraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->GetGraphicsControllerType(p, aGraphicsControllerType))
6542 #define IMachine_GetGraphicsControllerType(p, aGraphicsControllerType) ((p)->lpVtbl->GetGraphicsControllerType(p, aGraphicsControllerType))

Completed in 179 milliseconds