2025-04-27 07:49:33 -04:00

24 lines
903 B
C

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