Contents Index Topic Contents | ||
Previous Topic: SOPutField Next Topic: SOPutFontTableEntry |
SOPutFieldInfo
Sets field information.
Syntax
VOID SOPutFieldInfo( PSOFIELD pField, HPROC reserved );Parameters
- pField
- Address of the SOFIELD structure containing the field information.
- reserved
- Reserved; do not use.
Return Value
No return value.
Remarks
The file parser must call the SOStartFieldInfo function before calling this function.
The SOPutFieldInfo function can only be called from the VwStreamSectionFunc function.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.