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.
This method allows the parser to resolve external entities. It is not called in the current SAX2 implementation.
HRESULT resolveEntity(const wchar_t* pwchPublicId,const wchar_t* pwchSystemId,VARIANT* pvarInput);
Parameters
- pwchPublicId
[in] Pointer to the public identifier of the external entity being referenced or NULL (if there is none). - pwchSystemId
[in] Pointer to the system identifier of the external entity being referenced. - pvarInput
[out, retval] Pointer to the returned text of the entity. Acceptable input types are the same as for the parse method.
Return Values
- S_OK
Returned if no errors are reported. - E_FAIL
Returned if the parse operation should be aborted.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
ISAXEntityResolver:IUnknown Interface
Send Feedback on this topic to the authors