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.

23 lines
569 B

  1. /****************************************************************************************
  2. * NAME: TimeOfDay.h
  3. *
  4. * OVERVIEW
  5. *
  6. * Header file for getting the Time of Day constraint
  7. *
  8. * Copyright (C) Microsoft Corporation, 1998 - 1999 . All Rights Reserved.
  9. *
  10. * History:
  11. * 2/14/98 Created by Byao
  12. *
  13. *****************************************************************************************/
  14. #ifndef _INCLUDE_TIMEOFDAY_
  15. #define _INCLUDE_TIMEOFDAY_
  16. #include "atltmp.h"
  17. HRESULT GetTODConstaint(ATL::CString &strHourMap);
  18. #endif