IHTMLEmbedElement::get_srcIHTMLEmbedElement::get_src*
*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.

p
Address of a string variable that receives the URL.

See also put_src

Up Top of Page


IHTMLEmbedElement::put_src


HRESULT put_src(
    BSTR v
);

Sets the URL of the embedded document.

v
String specifying the URL.

See also get_src


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