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