ACM_STOP (Compact 2013)
3/28/2014
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.
Syntax
lResult = SendMessage(
(HWND) hWndControl,
(UINT) ACM_STOP,
(WPARAM) wParam,
(LPARAM) lParam
);
Parameters
- wParam
Must be zero.
- lParam
Must be zero.
Return Value
This message always returns TRUE.
Requirements
Header |
commctrl.h |