SECMarquee::SetScrollDelay
BOOLSECMarquee::SetScrollDelay(UINTuNewDelay= SEC_MARQUEE_DEF_SCROLL_DELAY)
Reset the marquee scrolling delay. This directly affects scrolling speed.
Defined in: marquee.cpp
Return Value
TRUE on successful change, FALSE on failure.
Comments
The marquee utilizes a timer to set delays, therefore the value passed in here is directly fed to a SetTimer call. Note that timers have been known to behave more reliably on Windows NT than Windows 95.
Parameters
uNewDelay
Delay, in milliseconds, between successive animation frames. Use SEC_MARQUEE_DEF_SCROLL_DELAY for default delay.
See Also