putParent Method (C/C++)
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 Values
- 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.
See Also
Applies to: ISAXXMLFilter Interface