BB FlashBack SDK: FBSounds

DeleteByID

Description

Deletes a sound from the collection.

Syntax

[C#/C++]
public Bool DeleteByID (long lID)

[VB.NET]
Public Function DeleteByID (ByVal lID As Long) As Boolean

Parameters

lID : ID of the sound object to delete.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

FBSounds::Delete