Click to return to the Reusing Browser Technology home page    
IHTMLBGsound::get_balance...     IHTMLBGsound::get_src Met...     IHTMLBGsound Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLBGsound::get_loop Method


Retrieves the number of times the sound will loop when activated.

Syntax

HRESULT get_loop(
    VARIANT *p
);

Parameters

p
Address of a VARIANT structure that contains a numeric value that specifies the number of times to loop. If this parameter receives -1 (infinite), the video will loop continuously. For details, see the loop property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLBGsound::put_loop Method


Sets the number of times the sound will loop when activated.

Syntax

HRESULT put_loop(
    VARIANT v
);

Parameters

v
VARIANT structure that contains a numeric value that specifies the number of times to loop. If this parameter is -1 (infinite), the sound will loop continuously. For details, see the loop property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.