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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2181 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2719 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2686 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2937 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3128 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3400 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5095 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
5819 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachineVtbl
6557 #define IMachine_get_MonitorCount(p, aMonitorCount) ((p)->lpVtbl->GetMonitorCount(p, aMonitorCount))
6558 #define IMachine_GetMonitorCount(p, aMonitorCount) ((p)->lpVtbl->GetMonitorCount(p, aMonitorCount))

Completed in 372 milliseconds