Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1884 of file gdientry.c.
{ BOOL Return = FALSE; /* Make sure there is one */ if (pSurfaceLocal->hDDSurface) { /* Delete it */ Return = NtGdiDdDeleteSurfaceObject((HANDLE)pSurfaceLocal->hDDSurface); pSurfaceLocal->hDDSurface = 0; } return Return; }