BB FlashBack SDK: FBSounds

SetPropertiesByID

Description

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

Syntax

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

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

Parameters

lID : [In] ID 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::SetProperties