SOPutScanLineDataSOPutScanLineData*
*Contents  *Index  *Topic Contents
*Previous Topic: SOPutParaSpacing
*Next Topic: SOPutSectionName

SOPutScanLineData

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

Syntax


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 Value


No return value.

Remarks


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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.