Home | History | Annotate | Download | only in D3D9

Lines Matching defs:GetDC

340 	virtual HRESULT WINAPI GetDC(HDC *phdc) = 0;
1476 HRESULT (WINAPI *GetDC)(IDirect3DSurface9 *This, HDC *phdc);
1502 #define IDirect3DSurface9_GetDC(p,a) (p)->lpVtbl->GetDC(p,a)