ISAXDTDHandler::unparsedEntityDecl Method (Windows CE 5.0)
This method receives notification of an unparsed entity declaration event. The notation name corresponds to a notation reported by the notationDecl event. It is up to the application to record the entity for later reference, if necessary. If the system identifier is a URL, the reader must resolve it before passing it to the application.
HRESULT unparsedEntityDecl(const wchar_t* pwchName,intcchName,const wchar_t* pwchPublicId,intcchPublicId,const wchar_t* pwchSystemId,intcchSystemId,const wchar_t* pwchNotationName,intcchNotationName);
Parameters
- pwchName
[in] Pointer to the unparsed entity's name. - cchName
[in] Length of the entity. - pwchPublicId
[in] Pointer to the entity's public identifier or NULL (if none was given). - cchPublicId
[in] Length of the public identifier. - pwchSystemId
[in] Pointer to the entity's system identifier (required). - cchSystemId
[in] Length of the system identifier. - pwchNotationName
[in] Pointer to the name of the associated notation. - cchNotationName
[in] Length of the notation.
Return Values
- S_OK
Returned if no errors occur. - E_FAIL
Returned if the parse should be aborted.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
notationDecl Method | ISAXDTDHandler:IUnknown Interface
Send Feedback on this topic to the authors