SOPutSectionTypeSOPutSectionType*
*Contents  *Index  *Topic Contents
*Previous Topic: SOPutSectionName
*Next Topic: SOPutSpecialCharX

SOPutSectionType

Outputs a section type.

Syntax


VOID SOPutSectionType(
    WORD wType,     
    HPROC reserved  
);

Parameters

wType
Section type. This parameter can be one of these values:
SO_BITMAPSets the section type to be a bitmap. When generating output for the section, the file parser should use only general and bitmap stream output functions.
SO_CELLSSets the section type to be a spreadsheet consisting of cells. When generating output for the section, the file parser should use only the general and spreadsheet stream output functions.
SO_FIELDSSets the section type to be a database consisting of fields. When generating output for the section, the file parser should use only the general and database stream output functions.
SO_PARAGRAPHSSets the section type to be a word processing document consisting of paragraphs. When generating output for the section, the file parser should use only general and word processing stream output functions.
SO_VECTORSets the section type to be a vector graphics section consisting of graphics objects. When generating output for the section, the file parser should use only the general and vector graphics stream output functions.
reserved
Reserved; do not use.

Return Value


No return value.


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