BB FlashBack SDK: FBBitmaps

IDExists

Description

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

Syntax

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

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

Parameters

lBitmapID : [In] ID of a bitmap.

Return Values

If the bitmap exists, the return value is zero.

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