MCIWndGetRepeat
The MCIWndGetRepeat
macro determines if continuous playback has been activated. You can use this
macro or explicitly send the MCIWNDM_GETREPEAT
BOOL MCIWndGetRepeat(
hwnd |
|
); |
|
Parameters
hwnd
Handle of the
MCIWnd window.
Return Values
Returns TRUE
if continuous playback is activated or FALSE otherwise.
See Also