Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 19 of file ddsurf.c.
{ PGD_DXDDDESTROYSURFACE pfnDdDestroySurface = (PGD_DXDDDESTROYSURFACE)gpDxFuncs[DXG_INDEX_DxDdDestroySurface].pfn; if (pfnDdDestroySurface == NULL) { DPRINT1("Warning: no pfnDdDestroySurface"); return DDHAL_DRIVER_NOTHANDLED; } DPRINT1("Calling on dxg.sys pfnDdDestroySurface"); return pfnDdDestroySurface(hSurface, bRealDestroy); }