BB FlashBack SDK: FBSounds

SetProperties

Description

Sets the properties of the specified sound object to those in the supplied FBSoundProperties object.

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBSoundProperties* pProperties);

[VB.NET]
Public Function SetProperties (ByVal lIndex As Long, ByRef pSoundProperties() As FBSoundProperties) As Boolean

Parameters

lIndex : [In] Index of a sound.

pProperties : [In] Pointer to an FBSoundProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

The FBSoundProperties Class   FBSounds::SetPropertiesByID