BB FlashBack SDK: FBBitmaps

GetID

Description

Returns the ID of a bitmap, given its index.

Syntax

[C#/C++]
public Long GetID (long lIndex);

[VB.NET]
Public Function GetID (ByVal lIndex As Long) As Long

Parameters

lIndex : Index of a bitmap.

Return Values

If the index given is out of range, the return value is -1.

If the function succeeds, the return value is the ID of the bitmap.

Remarks

See Also