Searched defs:GetNeedsHostCursor (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_2.h | 4332 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl
|
H A D | VBoxCAPI_v4_0.h | 4615 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl 6657 nsresult (*GetNeedsHostCursor)(IMouseCapabilityChangedEvent *pThis, PRBool *needsHostCursor); member in struct:IMouseCapabilityChangedEvent_vtbl
|
H A D | VBoxCAPI_v4_1.h | 4991 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl 7057 nsresult (*GetNeedsHostCursor)(IMouseCapabilityChangedEvent *pThis, PRBool *needsHostCursor); member in struct:IMouseCapabilityChangedEvent_vtbl
|
H A D | VBoxCAPI_v4_2.h | 5913 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl 8021 nsresult (*GetNeedsHostCursor)(IMouseCapabilityChangedEvent *pThis, PRBool *needsHostCursor); member in struct:IMouseCapabilityChangedEvent_vtbl
|
H A D | VBoxCAPI_v4_3.h | 11883 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl 11933 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouseVtbl 11980 #define IMouse_get_NeedsHostCursor(p, aNeedsHostCursor) ((p)->lpVtbl->GetNeedsHostCursor(p, aNeedsHostCursor)) 11981 #define IMouse_GetNeedsHostCursor(p, aNeedsHostCursor) ((p)->lpVtbl->GetNeedsHostCursor(p, aNeedsHostCursor)) 17061 nsresult (*GetNeedsHostCursor)(IMouseCapabilityChangedEvent *pThis, PRBool *needsHostCursor); member in struct:IMouseCapabilityChangedEvent_vtbl 17090 nsresult (*GetNeedsHostCursor)(IMouseCapabilityChangedEvent *pThis, PRBool *needsHostCursor); member in struct:IMouseCapabilityChangedEventVtbl 17110 #define IMouseCapabilityChangedEvent_get_NeedsHostCursor(p, aNeedsHostCursor) ((p)->lpVtbl->GetNeedsHostCursor(p, aNeedsHostCursor)) 17111 #define IMouseCapabilityChangedEvent_GetNeedsHostCursor(p, aNeedsHostCursor) ((p)->lpVtbl->GetNeedsHostCursor(p, aNeedsHostCursor))
|
Completed in 472 milliseconds