Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns the current content handler. The ContentHandler is the class that is implemented to process the contents of a document.
HRESULT getContentHandler(ISAXContentHandler** ppHandler);
Parameters
- ppHandler
[out, retval] Pointer to the pointer to the content handler currently in use or NULL (if a content handler has not been set).
Return Values
- S_OK
Returned if the content handler is successfully returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
putContentHandler Method | ISAXXMLReader:IUnknown Interface
Send Feedback on this topic to the authors