Contents Index Topic Contents | ||
Previous Topic: SOPutCharX Next Topic: SOPutDataCell |
SOPutColumnInfo
Sets column information.
Syntax
VOID SOPutColumnInfo( PSOCOLUMN pColumn, HPROC reserved );Parameters
- pColumn
- Address of the SOCOLUMN structure containing the column information.
- reserved
- Reserved; do not use.
Return Value
No return value.
Remarks
The file parser must call the SOStartColumnInfo function before calling this function.
The SOPutColumnInfo function can only be called from the VwStreamSectionFunc function.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.