windows-nt/Source/XPSP1/NT/net/ias/mmc/nap/timeofday.h

24 lines
546 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/****************************************************************************************
* 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