GBM_SETANIMATIONRATE
Appearance
This message sets the animation rate of an animate-able graphic button.
Syntax
param1
[[ULONG]] [[ulMil]] /* Rate at which bit maps are displayed. */
param2
[[ULONG]] [[ulReserved]] /* Reserved. */
Parameters
- ulMil (ULONG)
- The rate at which bit maps are displayed from the animation series. The rate is specified as the period between bit-map updates in milliseconds.
- ulReserved (ULONG)
- Reserved.
Return Value
- rc (ULONG)
- Return code indicating success or failure.
- TRUE: Success.
- FALSE: Failure or not recognized.
Remarks
This message does not have any effect if the graphic button is not of GBS_ANIMATE or GBS_AUTOANIMATE styles.