ACM_STOP (Windows CE 5.0)

Send Feedback

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

Animation Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.