Contents Index Topic Contents | ||
Previous Topic: IHTMLDatabinding::put_dataFormatAs Next Topic: IHTMLDDElement |
IHTMLDatabinding::get_dataFormatAs
HRESULT get_dataFormatAs( BSTR *p );Retrieves the type of the data to bind to the given element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the type of data.
See also put_dataFormatAs
IHTMLDatabinding::put_dataFormatAs
HRESULT put_dataFormatAs( BSTR v );Sets the type of the data to bind to the given element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the type of data.
See also get_dataFormatAs
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.