ANIMATEMESSAGEINFO (Windows Embedded CE 6.0)
1/6/2010
The ANIMATEMESSAGEINFO structure contains the animation movement info associated with a window auto gesture animation message. You can use GetAnimateMessageInfo to populate this structure.
Syntax
typedef struct tagANIMATEMESSAGEINFO {
size_t cbSize;
DWORD dwAnimationID;
int nVPixelPosition;
int nHPixelPosition;
} ANIMATEMESSAGEINFO
Parameters
Term |
Definition |
cbSize |
Contains the size of the structure in bytes. Set to |
dwAnimationID |
Indicates the type of animation that causes the movement. Set to AMI_ANIMATION_SCROLL. |
nVPixelPosition |
The new vertical position in pixels. |
nHPixelPosition |
The new horizontal position in pixels. |
Remarks
Animations apply to the movements caused by pan and flick gestures on windows that have the WS_HSCROLL or WS_VSCROLL window styles.
Requirements
Header | pwinuser.h |
sysgen | SYSGEN_GESTUREANIMATION |