Click to return to the Reusing Browser Technology home page    
IHTMLXMLDeclElement::get_...     IMarkupContainer Interfac...     IHTMLXMLDeclElement Inter...    
Web Workshop  |  Reusing Browser Technology

IHTMLXMLDeclElement::get_src Method


Retrieves the source of the XML object.

Syntax

HRESULT get_src(
    BSTR *p
);

Parameters

p
Address of a string that contains the URL for an XML data source.

Return Value

Returns S_OK if successful, or an error code otherwise.

IHTMLXMLDeclElement::put_src Method


Sets the source of the XML object.

Syntax

HRESULT put_src(
    BSTR v
);

Parameters

v
String (BSTR) that contains the URL for an XML data source. /DD>

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.