Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method sets the input method to be used; call this method if an IStream method containing XML already exists. If the stream returns E_PENDING, then the parser returns E_PENDING from IXMLParser::Run. The caller then must call IXMLParser::Run again when more data is available.
Syntax
HRESULT SetInput(
IUnknown * pStm
);
Parameters
- pStm
[in] Pointer to the stream containing the XML to be parsed.
Return Values
This function returns S_OK if the function is successful, otherwise an error code is returned.
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