VwStreamSectionFunc

Sets the parameters for a section.

At a minimum, this function should call the SOPutSectionType425AGCI and SOPutSectionNameL1U1LO functions to set the section type and name. The function should also set the cell width if the section is a spreadsheet or the field format if the section is a database.

The display engine calls the function after calling the VwStreamOpenFunc1N4MAC0 function but before calling the VwStreamReadFunc22GC0AU function. It is also called after any VwStreamReadFunc that ends with a call to the SOPutBreak3HLA_LT function with the SO_SECTIONBREAK value.

INT VwStreamSectionFunc(

    SOFILE hFile,

 

    HPROC reserved

 

   );

 

 

Parameters

hFile

Handle of the file for execute input and output (XIO) routines.

reserved

Reserved; do not use.

 

Return Values

Always returns zero.