BOOL mmpSetRepeat(idMovie, bRepeat)
This function tells the Movie Player instance whether to continuously repeat the movie.
MMPID idMovie
Identifies the movie ID of the Movie Player instance.
WORD bRepeat
Indicates whether to automatically repeat the movie after the last frame. Set this to TRUE to repeat the movie or FALSE to turn off the automatic repeat.
Returns TRUE if successful, otherwise returns FALSE.
If the repeat flag is set to TRUE, the Movie Player automatically rewinds and continues play after the last frame is shown.
mmpGetRepeat