getParent Method (C-C++)
Gets a reference to the instance of ISAXXMLReader
that was set by the putParent
method.
Syntax
HRESULT getParent(
[out, retval] ISAXXMLReader ** ppReader);
Parameters
ppReader[out, retval]
The instance of the reader in use.
Remarks
The argument cannot be Null.
Return Values
S_OK
The value returned when the parent is returned as expected.
Versioning
MSXML 3.0, unimplemented