windows-nt/Source/XPSP1/NT/ds/security/passport/atlmfc/atlres.h

24 lines
880 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// This is a part of the Active Template Library.
// Copyright (C) 1996-2001 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Active Template Library product.
#define ATL_RESID_BASE 0xD800
#define ATL_STRING_BASE ATL_RESID_BASE
#define ATL_IDS_DATETIME_INVALID (ATL_STRING_BASE + 0)
#define ATL_IDS_DATETIMESPAN_INVALID (ATL_STRING_BASE + 1)
#define ATL_SERIVCE_MANAGER_OPEN_ERROR (ATL_STRING_BASE + 10)
#define ATL_SERIVCE_START_ERROR (ATL_STRING_BASE + 11)
#define ATL_SERIVCE_OPEN_ERROR (ATL_STRING_BASE + 12)
#define ATL_SERIVCE_DELETE_ERROR (ATL_STRING_BASE + 13)
#define ATL_SERIVCE_STOP_ERROR (ATL_STRING_BASE + 14)