Contents Index Topic Contents | ||
Previous Topic: SHQueryRecycleBin Next Topic: SOBeginTable |
SOBailOut
Allows the file parser to return an error condition.
Syntax
VOID SOBailOut( WORD wError, HPROC reserved );Parameters
- wError
- Error flag. This parameter can be one of these values:
SOERROR_BADFILE Invalid file format SOERROR_EOF Unexpected end of file (EOF) SOERROR_GENERAL Unspecified error - reserved
- Reserved; do not use.
Return Value
No return value.
Remarks
The parser should return from the VwStreamReadFunc function as soon as possible after this function is called.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.