Share via


ACM_STOP (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 5.0

See Also

Reference

Animation Controls Messages