IHTMLObjectElement::get_data Method
Retrieves a URL that indicates the object's data.
Syntax
HRESULT get_data(
BSTR *p
);
Parameters
- p
- Address of a string (BSTR) variable that receives the URL. For details, see the data property.
Return Value
Returns S_OK if successful, or an error code otherwise.