AC_TIMEREVENT

The AC_TIMEREVENTevent is received by evnt get() in response to the Windows WM_TIMER message. This event is generated ONLY after a timer has been initiated by a call to start_timer().
Parameters (Windows/Web only)
Member Value Descripton
type AC_TIMEREVENT Event Code
wmsg 0 not used
lmsg timerID set in start_timer()
x 0 not used
y 0 not used
when system tickcount see GetTickCount()
target FLDLOOKUPPTR Field Lookup Structure Pointer
Related Information
New Functions VVWindows

Writing Event Functions (Chapter 38, VV User's Guide)

et_rplevnt()

start_timer(), stop_timer()

Win32 Programmer's Reference - WM_TIMER, GetTickCount()


Home Contents Previous