LPlayBack::IsCreated
#include "ltwrappr.h"
L_BOOL LPlayBack::IsCreated(L_VOID)
Determines whether an animationplayback has been created.
Returns
| TRUE | The playback has been created. | 
| FALSE | The playback has not been created. | 
Comments
The class object must contain a created animation playback before you can use functions to manipulate the playback.
You can create an animation playback for the class object by calling LPlayBack::Create.
Required DLLs and Libraries
| LTDIS 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: | |
| Topics: | Raster Image Functions: Creating and Maintaining Lists of Images | 
| 
 | 
Example
For an example, refer to LPlayBack::Process.