Home | History | Annotate | Download | only in include

Lines Matching refs:GetImageInfo

1980     STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERA lpdiDevImageInfoHeader) PURE;
2026 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERW lpdiDevImageInfoHeader) PURE;
2066 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->lpVtbl->GetImageInfo(p,a)
2104 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->GetImageInfo(a)