Contents Index Topic Contents | ||
Previous Topic: VwStreamReadFunc Next Topic: VwStreamSectionFunc |
VwStreamReadRecordFunc
Outputs a single record by calling various stream output functions.
Syntax
VOID VwStreamReadRecordFunc( SOFILE hFile, DWORD dwData, HPROC reserved );Parameters
- hFile
- Handle to the file for execute input and output (XIO) routines.
- dwData
- Data to be saved for the record.
- reserved
- Reserved; do not use.
Return Value
No return value.
Remarks
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.