Click to return to the Reusing Browser Technology home page    
IHTMLDataBinding::get_dat...     IHTMLDataTransfer Interfa...     IHTMLDatabinding Interfac...    
Web Workshop  |  Reusing Browser Technology

IHTMLDatabinding::get_dataSrc Method


Retrieves the identifier of the data source object that supplies the data that is bound to this element.

Syntax

HRESULT get_dataSrc(
    BSTR *p
);

Parameters

p
Address of a string variable that receives the identifier of the data source object.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLDatabinding::put_dataSrc Method


Sets the identifier of the data source object that supplies the data that is bound to this element.

Syntax

HRESULT put_dataSrc(
    BSTR v
);

Parameters

v
String that specifies the identifier of the data source object.

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.