Share via


ISAXContentHandler::endDocument Method (Windows CE 5.0)

Send Feedback

This method receives notification of the end of a document.

HRESULT endDocument();

Parameters

None.

Return Values

  • S_OK
    Returned if no errors occur.
  • E_FAIL
    Returned if the parse operation should be aborted.

Remarks

The reader invokes the endDocument method only once — at the end of the document. The endDocument method is the last method invoked during the parse. The reader does not invoke this method until it has either abandoned parsing because of an unrecoverable error or has reached the end of the input.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

startDocument Method | ISAXContentHandler:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.