ANIMATIONINFO structure (winuser.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | winuser.h (include Windows.h) |