ISAXXMLReader::getEntityResolver Method

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ISAXXMLReader::putEntityResolver Method
ISAXXMLReader