Prev Next

SOPutScanLineData

Sets the bit values in a single scan line of a bitmap.

The bitmap format must have been previously defined by using the SOPutBitmapHeader function.

VOID SOPutScanLineData(

    U_BYTE VWPTR *pScanLineData,

    HPROC reserved

   );

Parameters

pScanLineData
Address of the bitmap data for the current scan line.
reserved
Reserved; do not use.

Return Values

None.