Prev Next

SOPutFieldInfo

Sets field information.

The file parser must call the SOStartFieldInfo function before calling this function.

This function can only be called from the VwStreamSection function.

VOID SOPutFieldInfo(

    PSOFIELD pField,

    HPROC reserved

   );

Parameters

pField
Address of the SOFIELD structure containing the field information.
reserved
Reserved; do not use.

Return Values

None.