LPlayBack::SetIndex

#include "ltwrappr.h"

virtual L_INT LPlayBack::SetIndex(nIndex)

L_INT nIndex;

/* bitmap list index */

Sets the list index of the current bitmap during animation playback.

Parameter

Description

nIndex

The bitmap list index to set.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LTDIS
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:

Class Members

Topics:

Raster Image Functions: Creating and Maintaining Lists of Images

 

Implementing Animation

Example

For an example, refer to LPlayBack::GetIndex.