Outputs a section type.
VOID SOPutSectionType(
WORD wType, | |
HPROC reserved | |
); |
SO_BITMAP |
Sets 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_CELLS |
Sets 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_FIELDS |
Sets 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_PARAGRAPHS |
Sets 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_VECTOR |
Sets 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. |
None.