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 | |
); |
Parameters
hFile
Handle of the file for execute input and output (XIO) routines.
dwData
Data to be saved for the record.
reserved
Reserved; do not use.
Return Values
None.