MCIWndSetRepeat macro only affects playback that ...

来源:互联网 发布:中国物流软件网 编辑:程序博客网 时间:2024/05/07 13:22

Syntax

  1. VOID MCIWndSetRepeat(
  2.    hwnd,
  3.    f
  4. );

Parameters

hwnd

Handle of the MCIWnd window.

f

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

Return value

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.