Lines Matching full:getinfo
317 STDMETHOD(GetInfo)(THIS_ DWORD DevInfoID,void* pDevInfoStruct,DWORD DevInfoStructSize) PURE;
419 #define IDirect3DDevice8_GetInfo(p,a,b,c) (p)->lpVtbl->GetInfo(p,a,b,c)
517 #define IDirect3DDevice8_GetInfo(p,a,b,c) (p)->GetInfo(a,b,c)