Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
371 B

  1. /* itime.h -- functions to handle time in our program
  2. *
  3. * Copyright 1990 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 1:16p $
  8. */
  9. extern void itimeSetFileTime(LPCTSTR pszName, unsigned long ulTime);
  10. extern unsigned long itimeGetFileTime(LPCTSTR pszName);
  11. extern unsigned long itimeGetBasetime(void);