Lines Matching refs:GetDeviceStatus
2172 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2191 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2204 #define IDirectInput_GetDeviceStatus(p,a) (p)->lpVtbl->GetDeviceStatus(p,a)
2215 #define IDirectInput_GetDeviceStatus(p,a) (p)->GetDeviceStatus(a)
2234 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2255 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2270 #define IDirectInput2_GetDeviceStatus(p,a) (p)->lpVtbl->GetDeviceStatus(p,a)
2283 #define IDirectInput2_GetDeviceStatus(p,a) (p)->GetDeviceStatus(a)
2304 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2327 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2344 #define IDirectInput7_GetDeviceStatus(p,a) (p)->lpVtbl->GetDeviceStatus(p,a)
2359 #define IDirectInput7_GetDeviceStatus(p,a) (p)->GetDeviceStatus(a)
2384 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2406 STDMETHOD(GetDeviceStatus)(THIS_ REFGUID rguidInstance) PURE;
2423 #define IDirectInput8_GetDeviceStatus(p,a) (p)->lpVtbl->GetDeviceStatus(p,a)
2437 #define IDirectInput8_GetDeviceStatus(p,a) (p)->GetDeviceStatus(a)