Searched defs:GetPointingHIDType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3420 nsresult (*GetPointingHIDType)(IMachine *pThis, PRUint32 *pointingHIDType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5124 nsresult (*GetPointingHIDType)(IMachine *pThis, PRUint32 *pointingHIDType); member in struct:IMachine_vtbl
5848 nsresult (*GetPointingHIDType)(IMachine *pThis, PRUint32 *pointingHIDType); member in struct:IMachineVtbl
6595 #define IMachine_get_PointingHIDType(p, aPointingHIDType) ((p)->lpVtbl->GetPointingHIDType(p, aPointingHIDType))
6596 #define IMachine_GetPointingHIDType(p, aPointingHIDType) ((p)->lpVtbl->GetPointingHIDType(p, aPointingHIDType))

Completed in 269 milliseconds