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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h3686 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3896 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4138 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4482 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8072 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemProperties_vtbl
8208 nsresult (*GetMaxGuestMonitors)(ISystemProperties *pThis, PRUint32 *maxGuestMonitors); member in struct:ISystemPropertiesVtbl
8341 #define ISystemProperties_get_MaxGuestMonitors(p, aMaxGuestMonitors) ((p)->lpVtbl->GetMaxGuestMonitors(p, aMaxGuestMonitors))
8342 #define ISystemProperties_GetMaxGuestMonitors(p, aMaxGuestMonitors) ((p)->lpVtbl->GetMaxGuestMonitors(p, aMaxGuestMonitors))

Completed in 359 milliseconds