windows-nt/Source/XPSP1/NT/net/ias/mmc/nap/timeofday.h
2020-09-26 16:20:57 +08:00

24 lines
546 B
C

/****************************************************************************************
* 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