ISAXXMLReader::getEntityResolver Method (Windows Embedded CE 6.0)
1/6/2010
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, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |