EngMarkBandingSurface

BOOL EngMarkBandingSurface(

IN HSURF hsurf
);

EngMarkBandingSurface marks the specified surface as a banding surface.

Parameters

hsurf

Handle that identifies the surface to mark as a banding surface.

Return Value

The return value is always TRUE.

Comments

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.