IHTMLBGsound::get_volumeIHTMLBGsound::get_volume*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBGsound::get_src
*Next Topic: IHTMLBGsound::put_balance

IHTMLBGsound::get_volume


HRESULT get_volume(
    VARIANT *p
);

Retrieves the volume setting for the sound. The higher the setting, the louder the sound.

p
Address of a VARIANT structure that receives the volume setting.

See also put_volume

Up Top of Page


IHTMLBGsound::put_volume


HRESULT put_volume(
    VARIANT v
);

Sets the volume setting for the sound. The higher the setting, the louder the sound.

v
VARIANT structure that contains a string or numeric value specifying the volume setting.

See also get_volume


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