ANIMATIONINFO

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo
No results for "ANIMATIONINFO" were found in English


Win32 API(Application Program Interface)Download this dictionary
ANIMATIONINFO
The ANIMATIONINFO structure specifies 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.

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


Members

cbSize

Specifies the size of the structure, in bytes.

iMinAnimate

Indicates that minimize and restore animation is enabled (if the member is a nonzero value) or not enabled (if zero).



See Also

SystemParametersInfo


Define ANIMATIONINFO

Translate ANIMATIONINFO