LBitmapList::SetCurrentIndex
#include "ltwrappr.h"
L_INT LBitmapList::SetCurrentIndex(uIndex)
| L_UINT uIndex; | /* the current index to set */ | 
Sets the current index for the bitmap list object.
| Parameter | Description | 
| uIndex | The current index to set for the bitmap list object. | 
Returns
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
Comments
The current index controls which item is returned when calling LBitmapList::GetNextItem and LBitmapList::GetPreviousItem.
Use zero-based indexing. For example, if there are 10 bitmaps in a list, the index of the last one is 9.
Required DLLs and Libraries
| LTFIL For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | 
Example
For an example, refer to LBitmapList::GetCurrentIndex.