BOOL DrvStartBanding(
IN SURFOBJ *pso, | |
IN POINTL *pptl | |
); |
DrvStartBanding prepares the driver for banding and returns the origin of the first band.
DrvStartBanding returns TRUE if it succeeds; otherwise, it returns FALSE.
To actually realize the band contents rendered to the surface identified by pso, DrvNextBand must be called.
The supplied surface must previously have been marked as a banding surface in EngMarkBandingSurface. The size of the band is determined by device and/or driver limitations, and is known only to the driver.