BB FlashBack SDK: FBSounds

IDExists

Description

Checks to see if the given ID corresponds to an existing sound object.

Syntax

[C#/C++]
public Bool IDExists (Long lID)

[VB.NET]
public Function IDExists (ByVal lID As Long) As Boolean

Parameters

lID : [In] ID of a sound.

Return Values

If the sound exists, the return value is zero.

If the sound does not exist, the return value is non-zero.