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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h4332 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor); member in struct:IMouse_vtbl
H A DVBoxCAPI_v4_0.h4615 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 DVBoxCAPI_v4_1.h4991 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 DVBoxCAPI_v4_2.h5913 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 DVBoxCAPI_v4_3.h11883 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 386 milliseconds