MCIWndSetRepeat  QC.92W 

The MCIWndSetRepeat macro sets the repeat flag associated with continuous playback. You can use this macro or explicitly send the MCIWNDM_SETREPEAT1MPJUX5 message.

VOID MCIWndSetRepeat(

    hwnd,

 

    f

 

   );

 

 

Parameters

hwnd

Handle of the MCIWnd window.

f

New state of the repeat flag. Specify TRUE to turn on continuous playback.

 

Return Values

Returns zero.

Remarks

The MCIWndSetRepeat macro only affects playback that the user initiates by hitting the play button on the toolbar. It will not affect playback started with the MCIWndPlay macro.

Currently, MCIAVI is the only device that supports continuous playback.

See Also

MCIWNDM_SETREPEAT, MCIWndPlay