AnimationCtrl/VC/AnimationCtrl_Sample/AnimationCtrl_Sample.h
#include <afxcmn.h>
#include <winuser.h>
long _stdcall AnimationCtrl_Create(long, long, HWND);
long _stdcall AnimationCtrl_Open(char *);
long _stdcall AnimationCtrl_Seek(unsigned short);
long _stdcall AnimationCtrl_Play(unsigned short, unsigned short, unsigned short);
long _stdcall AnimationCtrl_Destroy();
void _stdcall AnimationCtrl_Move(long, long);
void _stdcall AnimationCtrl_Show();
void _stdcall AnimationCtrl_Hide();
[END OF FILE]