IXMLParser::Suspend
This method suspends the parser.
Syntax
HRESULT Suspend (void);
Parameters
None.
Return Values
This function returns S_OK if the function is successful, otherwise an error code is returned.
Remarks
The parser can be suspended at any time; to resume parsing, call IXMLParser::Run again. This helps clients refine performance with just-in-time parsing.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: xmlparser.h
See Also
Send Feedback on this topic to the authors