Home | History | Annotate | Download | only in dinput

Lines Matching refs:GetImageInfo

1847     STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERW) PURE;
1891 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERA) PURE;
1939 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->lpVtbl->GetImageInfo(p,a)
1972 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->GetImageInfo(a)