Home | History | Annotate | Download | only in include

Lines Matching refs:GetDC

516     STDMETHOD(GetDC)(THIS_ HDC* phdc) PURE;
540 #define IDirect3DSurface9_GetDC(p,a) (p)->lpVtbl->GetDC(p,a)
561 #define IDirect3DSurface9_GetDC(p,a) (p)->GetDC(a)