Contents Index Topic Contents | ||
Previous Topic: SUUserSaveData Next Topic: VwStreamOpenFunc |
VwStreamCloseFunc
Closes the file. The file parser must carry out any necessary cleanup, such as closing any other open files related to the given file.
Syntax
VOID VwStreamCloseFunc( SOFILE hFile, HPROC reserved );Parameters
- hFile
- Handle to the file for execute input and output (XIO) routines.
- reserved
- Reserved; do not use.
Return Value
No return value.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.