ISAXLexicalHandler::endEntity Method (Windows CE 5.0)

Send Feedback

This method indicates that the reader has opened and finished processing an externally defined entity in the content of the document.

HRESULT EndEntity(const wchar_t* pwchName,intcchName);

Parameters

  • pwchName
    [in] Pointer to the name of the entity. For parameter entities, the name begins with "%".
  • cchName
    [in] Length of the entity name.

Return Values

  • S_OK
    Returned if no errors occur.
  • 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

startEntity Method | ISAXLexicalHandler:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.