Share via


ISAXContentHandler::startDocument Method (Windows CE 5.0)

Send Feedback

This method receives notification of the beginning of a document.

HRESULT startDocument();

Parameters

None.

Return Values

  • S_OK
    Returned if successful.
  • E_FAIL
    Returned if the parse operation should be aborted.

Remarks

The reader invokes the startDocument method only once. It is invoked before any other methods in the ISAXContentHandler interface or in the ISAXDTDHandler interface, with the exception of the putDocumentLocator method.

Requirements

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

See Also

endDocument Method | ISAXContentHandler:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.