MCIWndSetActiveTimer macro (vfw.h)
The MCIWndSetActiveTimer macro sets the update period used by MCIWnd to update the trackbar in the MCIWnd window, update position information displayed in the window title bar, and send notification messages to the parent window when the MCIWnd window is active. You can use this macro or explicitly send the MCIWNDM_SETACTIVETIMER message.
Syntax
void MCIWndSetActiveTimer(
hwnd,
active
);
Parameters
hwnd
Handle of the MCIWnd window.
active
Update period, in milliseconds. The default is 500 milliseconds.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | vfw.h |