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 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

Applies to

ISAXXMLFilter Interface

See Also

getParent Method (C-C++)