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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2182 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2720 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2629 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2687 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2938 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3129 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3401 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5096 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachine_vtbl
5820 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); member in struct:IMachineVtbl
6559 #define IMachine_put_MonitorCount(p, aMonitorCount) ((p)->lpVtbl->SetMonitorCount(p, aMonitorCount))
6560 #define IMachine_SetMonitorCount(p, aMonitorCount) ((p)->lpVtbl->SetMonitorCount(p, aMonitorCount))

Completed in 1238 milliseconds