home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / cknalm.h < prev    next >
Text File  |  2020-01-01  |  656b  |  22 lines

  1. /* C K N A L M  --  Kermit alarm functions for Windows 95 systems */
  2.  
  3. /*
  4.   Author: Jeffrey E Altman (jaltman@secure-endpoints.com),
  5.           Secure Endpoints Inc., New York City.
  6.  
  7.   Copyright (C) 1996,2004 Trustees of Columbia University in the City of New
  8.   York.
  9. */
  10.  
  11. /* We are performing this ugly hack only because Windows 95 can not implement 
  12.    a timer that works accurately on all computer systems with Console
  13.    Applications.  This code should not be used for Windows NT or other Win32
  14.    implementations
  15. */
  16.  
  17. UINT
  18. ckTimerStart( UINT interval, UINT precision, LPTIMECALLBACK pTimeProc, DWORD userdata, UINT event ) ;
  19.  
  20. UINT
  21. ckTimerKill( UINT i ) ;
  22.