Share via


ANIMATEMESSAGEINFO

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. dwAnimationID must 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