Outputs data for a variable field and indicates whether there is more data to be output for the field.
This function can be called any number of times.
If there is more data to output, the file parser must use a subsequent call or calls to SOPutMoreVarField to output the data. The 128 byte limit is for the convenience of the function processing SOPutMoreVarField.
This function is used to output a sequence of data initially started using the SOPutVarField function.
VOID SOPutMoreVarField(
VOID VWPTR *pData, | |
WORD wCount, | |
WORD bMore, | |
HPROC reserved | |
); |
None.