The timer event message has the following format (see WFMSetTimer, WFMKillTimer):
WFS_TIMER_EVENT
wParam = wTimerID; /* timer ID returned by the WFMSetTimer function */
lParam = lpContext; /* context pointer supplied by the service provider */
/* that requested the timer; may be NULL */