Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The ANIMATEMESSAGEINFO structure describes the animations associated with Window Auto Gesture. This feature enables controls and applications within a window to automatically handle flick and pan gestures.
This structure is used by the function TKGetAnimateMessageInfo.
Syntax
typedef struct tagANIMATEMESSAGEINFO { size_t cbSize; DWORD dwAnimationID; int nVPixelPosition; int nHPixelPosition; } ANIMATEMESSAGEINFO |
Parameters
- cbSize
-
The size of the structure in bytes.
- dwAnimationID
-
The type of animation that is causing the movement. dwAnimationIDmust be set to AMI_ANIMATION_TYPE_MOVE.
- nVPixelPosition
-
The vertical position in pixels.
- nHPixelPosition
-
The horizontal position in pixels.
Remarks
Animations apply to the movements caused by PAN and FLICK gestures.
Requirements
Windows Mobile | Windows Mobile 6.5 and later |