Animate_IsPlaying macro (commctrl.h)
Checks to see if an Audio-Video Interleaved (AVI) clip is playing. You can use this macro or send an ACM_ISPLAYING message.
C++
BOOL Animate_IsPlaying(
HWND hwnd
);
hwnd
Type: HWND
A handle to the animation control.
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |