ISAXXMLReader::getEntityResolver Method (Windows CE 5.0)
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.
HRESULT getEntityResolver(ISAXEntityResolver** ppResolver);
Parameters
- ppResolver
[out, retval] NULL because the entity resolver cannot be set in the current SAX2 implementation.
Return Values
- S_OK
Returned but the ppResolver value will always be NULL.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
putEntityResolver Method | ISAXXMLReader:IUnknown Interface
Send Feedback on this topic to the authors