Home
last modified time | relevance | path

Searched refs:RealDestroy (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c74 BOOL RealDestroy; in DdDestroySurface() local
79 RealDestroy = !(pDestroySurface->lpDDSurface->dwFlags & DDRAWISURF_DRIVERMANAGED) || in DdDestroySurface()
83 … Return = NtGdiDdDestroySurface((HANDLE)pDestroySurface->lpDDSurface->hDDSurface, RealDestroy); in DdDestroySurface()