Share via


ISAXContentHandler::endDocument Method (Windows Embedded CE 6.0)

1/6/2010

This method receives notification of the end of a document.

Syntax

HRESULT endDocument();

Parameters

None.

Return Value

  • 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

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ISAXContentHandler
ISAXContentHandler::startDocument Method