BOOL EngMarkBandingSurface(
IN HSURF hsurf | |
); |
EngMarkBandingSurface marks the specified surface as a banding surface.
The return value is always TRUE.
A driver should mark a surface as a banding surface when enabling it in DrvEnableSurface.
GDI will capture all of a banding surface’s output in a metafile. This output is subsequently rendered when GDI calls the driver’s implementations of DrvStartBanding and DrvNextBand.