IHTMLnputImage::get_srcIHTMLnputImage::get_src*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputImage::put_src
*Next Topic: IHTMLInputImage::put_lowsrc

IHTMLnputImage::get_src


HRESULT get_src(
    BSTR *p
);

Retrieves the URL of the image.

p
Address of a variable that receives the URL.

See also put_src

Up Top of Page


IHTMLInputImage::put_src


HRESULT put_src(
    BSTR v
);

Sets the URL of an image to be shown.

v
String specifying the URL.

See also get_src


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