IHTMLDatabinding::get_dataSrcIHTMLDatabinding::get_dataSrc*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDatabinding::put_dataSrc
*Next Topic: IHTMLDatabinding::put_dataFormatAs

IHTMLDatabinding::get_dataSrc


HRESULT get_dataSrc(
    BSTR *p
);

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

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

See also put_dataSrc

Up Top of Page


IHTMLDatabinding::put_dataSrc


HRESULT put_dataSrc(
    BSTR v
);

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

v
String specifying the identifier of the data source object.

See also get_dataSrc


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.