IASHTMLControlNotifySink::PlaySound

This method is invoked when a sound tag is encountered.

Syntax

HRESULT StoreUsed( IASHTMLControl *pControl BSTR bstrTarget int iLoop );

Parameters

pControl
Pointer to the active HTML control.
bstrTarget
HTML-formatted target string.
iLoop
Number of repetitions.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.