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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the identifier of the data source object.
See also put_dataSrc
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the identifier of the data source object.
See also get_dataSrc
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.