dtdHandler Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

dtdHandler Property

Gets or sets the current DTD handler.

[Visual Basic]

Usage Syntax

Not supported on MXValidator. If you attempt to use getProperty to read this property, it returns NULL and S_OK. If you attempt to set it using putProperty, it returns E_FAIL.

[C/C++]

Syntax

[propget] HRESULT dtdHandler(
   [out, retval] IUKnown ** oHandler);
[propputref] HRESULT dtdHandler(
   [in] IUnknown * oHandler);

Parameters

oHandler [out, retval]
This parameter is ignored. Property always returns E_FAIL if set.
oHandler [in]
This parameter is ignored. Property always returns E_FAIL if set.

Return Values

S_OK
No errors occurred.
E_FAIL
The property is not implemented.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

Applies to: MXValidator CoClass