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.
Returns the current DTDHandler.
Syntax
HRESULT getDTDHandler(
[out, retval] ISAXDTDHandler ** ppHandler);
Parameters
ppHandler[out, retval]
The DTDHandler
currently in use or Null (if a DTDHandler
has not been set).
Return Value
S_OK
The value returned if the DTDHandler
is successfully returned.
Versioning
Implemented in: MSXML 3.0 and later