MCIWNDM_SETREPEAT message
The MCIWNDM_SETREPEAT message sets the repeat flag associated with continuous playback. The MCIWNDM_SETREPEAT message works in conjunction with the MCI_PLAY command to provide a continuous playback loop. You can send this message explicitly or by using the MCIWndSetRepeat macro.
MCIWNDM_SETREPEAT
wParam = 0;
lParam = (LPARAM) (BOOL) f;
Parameters
-
f
-
New state of the repeat flag. Specify TRUE to turn on continuous playback.
Return Value
Returns zero.
Remarks
Currently, MCIAVI is the only device that supports continuous playback.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|