This topic has not yet been rated - Rate this topic

ANIMATIONINFO structure

Describes the animation effects associated with user actions. This structure is used with the SystemParametersInfo function when the SPI_GETANIMATION or SPI_SETANIMATION action value is specified.

Syntax


typedef struct tagANIMATIONINFO {
  UINT cbSize;
  int  iMinAnimate;
} ANIMATIONINFO, *LPANIMATIONINFO;

Members

cbSize

The size of the structure, in bytes. The caller must set this to sizeof(ANIMATIONINFO).

iMinAnimate

If this member is nonzero, minimize and restore animation is enabled; otherwise it is disabled.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winuser.h (include Windows.h)

See also

SystemParametersInfo

 

 

Send comments about this topic to Microsoft

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.