mirror of https://github.com/tongzx/nt5src
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.
23 lines
880 B
23 lines
880 B
// 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)
|
|
|