Searched defs:GetRelativeSupported (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_2.h | 4330 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
|
H A D | VBoxCAPI_v4_0.h | 4613 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
|
H A D | VBoxCAPI_v4_1.h | 4989 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
|
H A D | VBoxCAPI_v4_2.h | 5911 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
|
H A D | VBoxCAPI_v4_3.h | 11879 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl 11929 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouseVtbl 11976 #define IMouse_get_RelativeSupported(p, aRelativeSupported) ((p)->lpVtbl->GetRelativeSupported(p, aRelativeSupported)) 11977 #define IMouse_GetRelativeSupported(p, aRelativeSupported) ((p)->lpVtbl->GetRelativeSupported(p, aRelativeSupported))
|
Completed in 701 milliseconds