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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_gdi.c390 static HRESULT WINAPI IWineGDISurfaceImpl_GetDC(IWineD3DSurface *iface, HDC *pHDC) { argument
396 TRACE("(%p)->(%p)\n",This,pHDC);
460 *pHDC = This->hDC;
461 TRACE("returning %p\n",*pHDC);
H A Dsurface.c2314 static HRESULT WINAPI IWineD3DSurfaceImpl_GetDC(IWineD3DSurface *iface, HDC *pHDC) argument
2321 TRACE("(%p)->(%p)\n",This,pHDC);
2404 *pHDC = This->hDC;
2405 TRACE("returning %p\n",*pHDC);

Completed in 46 milliseconds