VwStreamSectionFunc
Sets the
parameters for a section.
At a minimum,
this function should call the SOPutSectionType425AGCI and SOPutSectionName 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 VwStreamOpenFunc function but before
calling the VwStreamReadFunc
function. It is also called after any VwStreamReadFunc that ends with a
call to the SOPutBreak
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.