Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
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 |