Searched defs:GetMonitorCount (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2181 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_0.h | 2719 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_1.h | 2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_2.h | 2686 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_0.h | 2937 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3128 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_2.h | 3400 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5095 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 399 milliseconds