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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h4330 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
H A DVBoxCAPI_v4_0.h4613 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
H A DVBoxCAPI_v4_1.h4989 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
H A DVBoxCAPI_v4_2.h5911 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported); member in struct:IMouse_vtbl
H A DVBoxCAPI_v4_3.h11879 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 360 milliseconds