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.
|
|
/****************************************************************************************
* NAME: TimeOfDay.h * * OVERVIEW * * Header file for getting the Time of Day constraint * * Copyright (C) Microsoft Corporation, 1998 - 1999 . All Rights Reserved. * * History: * 2/14/98 Created by Byao * *****************************************************************************************/
#ifndef _INCLUDE_TIMEOFDAY_
#define _INCLUDE_TIMEOFDAY_
#include "atltmp.h"
HRESULT GetTODConstaint(ATL::CString &strHourMap);
#endif
|