Retrieves the current animation properties of the specified cell.
#include "ltwrappr.h"
L_INT LImageViewerCell::GetAnimationProperties(pDisAnimationProps, uFlags)
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 LImageViewerCell::SetAnimationProperties function.
Before calling LImageViewerCell::GetAnimationProperties the user should:
For more information on the available animation properties, refer to the DISPANIMATIONPROPS structure.
For an example, refer to LImageViewerCell::StartAnimation.