Contents Index Topic Contents | ||
Previous Topic: IHTMLEmbedElement::put_src Next Topic: IHTMLEmbedElement::put_units |
IHTMLEmbedElement::get_src
HRESULT get_src( BSTR *p );Retrieves the URL of the embedded document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the URL.
See also put_src
IHTMLEmbedElement::put_src
HRESULT put_src( BSTR v );Sets the URL of the embedded document.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL.
See also get_src
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.