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.
Syntax
BOOL Animate_IsPlaying(
HWND hwnd
);
Parameters
hwnd
Type: HWND
A handle to the animation control.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
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 |