Outputs a single record by calling various stream output functions.
This function should output a single record and then call the SOPutBreak function with the SO_RECORDBREAK value before returning. The SO_EOFBREAK and SO_SECTIONBREAK conditions do not need to be trapped by this function.
VOID VwStreamReadRecordFunc(
SOFILE hFile, | |
DWORD dwData, | |
HPROC reserved | |
); |
None.