Win32s and Windows NT Timer Differences (105758)



The information in this article applies to:

  • Microsoft Win32s 1.3c
  • Microsoft Win32s 1.3
  • Microsoft Win32s 1.30a

This article was previously published under Q105758

SUMMARY

Under Windows NT, timers are system objects; as such, they are not owned by an application. SetTimer() can be called from within one application with a handle to a window that was created by a different application. This application would process the WM_TIMER messages in the window procedure. The timer event will continue to occur even after the application that created the timer has terminated. Note that it is fairly uncommon for a Win32-based application to create a timer for another application, but this method does work.

Because Win32s runs on top of Windows 3.1 and shares many of its characteristics, timers are owned by the application that calls SetTimer(). The timer event terminates when the application that owns the timer terminates.

Modification Type:MajorLast Reviewed:3/15/2004
Keywords:KB105758