putParent Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

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

getParent Method (C/C++)

Applies to: ISAXXMLFilter Interface