Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Controls
Control Library
Animation
Messages
 ACM_ISPLAYING Message

  Switch on low bandwidth view
ACM_ISPLAYING Message

Checks whether an Audio-Video Interleaved (AVI) clip is playing. You can send this message explicitly or use the Animate_IsPlaying macro.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns LRESULT in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) ACM_ISPLAYING,     // message ID
   (WPARAM) wParam,     // = 0; not used, must be zero
   (LPARAM) lParam     // = 0; not used, must be zero
);

Parameters

wParam
Must be zero.
lParam
Must be zero.

Return Value

Returns nonzero if successful, or zero otherwise.

Message Information

Headercommctrl.h
Minimum operating systems Windows Vista
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker