IHTMLBGsound::get_srcIHTMLBGsound::get_src*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBGsound::get_loop
*Next Topic: IHTMLBGsound::get_volume

IHTMLBGsound::get_src


HRESULT get_src(
    BSTR *p
);

Retrieves the URL of the sound to be played.

p
Address of a string variable that receives the URL.

See also put_src

Up Top of Page


IHTMLBGsound::put_src


HRESULT put_src(
    BSTR v
);

Sets the URL of a sound to be played.

v
String value that specifies the URL.

See also get_src


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