ISAXXMLReader::getEntityResolver Method (Compact 2013)
3/26/2014
This method returns the current entity resolver. Currently, this method always returns NULL because the EntityResolver property cannot be set in the current SAX2 implementation.
Syntax
HRESULT getEntityResolver(
ISAXEntityResolver** ppResolver
);
Parameters
- ppResolver
[out, retval] NULL because the entity resolver cannot be set in the current SAX2 implementation.
Return Value
- S_OK
Returned but the ppResolver value will always be NULL.
Requirements
Header |
msxml2.h, |
Library |
uuid.lib |