getContentHandler Method (C-C++)
Returns the current ContentHandler
. The ContentHandler
is the class that is implemented to process the contents of a document.
Syntax
HRESULT getContentHandler(
[out, retval] ISAXContentHandler ** ppHandler);
Parameters
ppHandler[out, retval]
The ContentHandler
currently in use or Null (if a ContentHandler
has not been set).
Return Value
S_OK
The value returned if the ContentHandler
is successfully returned.
Versioning
Implemented in: MSXML 3.0 and later