VwStreamReadRecordFunc
Outputs a
single record by calling various stream output functions.
This function
should output a single record and then call the SOPutBreak
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.