Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message stops playing an AVI clip in an animation control. You can send this message explicitly or by using the Animate_Stop macro.
Call the SendMessage function to send this message.
lResult = SendMessage( (HWND) hWndControl, (UINT) ACM_STOP, (WPARAM) wParam, (LPARAM) lParam);
Parameters
- wParam
Must be zero. - lParam
Must be zero.
Return Values
This message always returns TRUE.
Requirements
OS Versions: Windows CE 5.0
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors