Copyright © 1998-2015 MultiMedia Soft

SoundDLLDone event

Return to chapter overview

SoundDLLDone event

 

Remarks

Occurs when the download of a sound from the Internet has been completed.

See the SetSoundFromNet method for more details.

 

Syntax

Visual Basic

BtnEnh1_SoundDLLDone (ByVal iSound As enumSounds, ByVal bResult As Boolean)

 

Visual C++

void SoundDLLDone (long iSound, BOOL bResult);

 

Parameter

Description

 

 

iSound

The numeric value of the sound whose download from the Internet has been done. Supported values are the following:

Mnemonic constant

Value

Meaning

SOUND_DOWN

0

The download of the SoundDown property has been completed

SOUND_UP

1

The download of the SoundUp property has been completed

SOUND_MOUSEOVER

2

The download of the SoundMouseOver property has been completed

SOUND_MOUSEOUT

3

The download of the SoundMouseOut property has been completed

bResult

The result of the download. Supported values are the following:

Value

Meaning

FALSE

The download failed and the property has not been changed

TRUE

The download succeeded and the property has been changed.