#include "ltivw.h"
L_LTIVW_API L_INT L_DispContainerSetAnimationProperties(hCellWnd, pDisAnimationProps, uFlags)
Changes the animation properties of a specific cell.
A handle to the window that represents the cell on which the function's effect will be applied.
Pointer to the DISPANIMATIONPROPS structure that contains the animation properties to change.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling L_DispContainerSetAnimationProperties the user should:
To retrieve the current animation properties of the specified cell, call the L_DispContainerGetAnimationProperties function.
For more information on the available animation properties, refer to the DISPANIMATIONPROPS structure.
Required DLLs and Libraries
For an example, refer to L_DispContainerStartAnimation.