Searched defs:phdc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dsurface.c311 static HRESULT WINAPI IDirect3DSurface9Impl_GetDC(LPDIRECT3DSURFACE9 iface, HDC* phdc) { argument
315 TRACE("iface %p, hdc %p.\n", iface, phdc);
325 hr = IWineD3DSurface_GetDC(This->wineD3DSurface, phdc);

Completed in 33 milliseconds