Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CWnd::OnTimeChange
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  afx_msg void OnTimeChange();
 
  Remarks
 
  Called after the system time is changed.
 
  Have any application that changes the system time send this message to
  all top-level windows. To send the WM_TIMECHANGE message to all
  top-level windows, an application can use the SendMessage Windows
  function with the <hWnd> parameter set to 0xFFFF.
 
  This message-handler member function calls the Default member
  function. Override this member function in your derived class to handle
  the WM_TIMECHANGE message.
 
  See Also
 
  ::SendMessage, CWnd::Default, WM_TIMECHANGE
 
 
                                     -♦-