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.
Sets the parent of the filter to an instance of ISAXXMLReader
.
Syntax
HRESULT putParent(
[in] ISAXXMLReader * pReader);
Parameters
pReader[in]
The instance of the ISAXXMLReader
to use as the parent.
Return Value
S_OK
The value returned when the instance of ISAXXMLReader
is set as expected.
Remarks
This method allows the application to link the filter to a parent reader (which may be another filter). The argument may not be Null.
Versioning
MSXML 3.0, unimplemented