BOOL EngEraseSurface(
IN SURFOBJ *pso, | |
IN RECTL *prcl, | |
IN ULONG iColor | |
); |
EngEraseSurface calls GDI to erase the surface. A given rectangle on the surface will be filled with the given color.
The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.