⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dapimsg.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
📖 第 1 页 / 共 5 页
字号:
//
// MessageId: BERR_ACCNT_WIN_INIT_ERROR
//
// MessageText:
//
//  Unable to create Windows NT accounts because Windows reports error %1.
//
#define BERR_ACCNT_WIN_INIT_ERROR        0xC0000103L

//
// MessageId: BERR_WIN_INIT_ERROR
//
// MessageText:
//
//  Unable to initialize because Windows reports error %1.
//
#define BERR_WIN_INIT_ERROR              0xC0000104L

//
// MessageId: BERR_REGISTER_ERROR
//
// MessageText:
//
//  Unable to initialize because Windows reports error %1 occurred while attempting to register with the system.
//
#define BERR_REGISTER_ERROR              0xC0000105L

//
// MessageId: BERR_WIN_ERROR
//
// MessageText:
//
//  Windows reports error %1.
//
#define BERR_WIN_ERROR                   0xC0000106L

//
// MessageId: BERR_NO_ATTRIBUTES_SPECIFIED
//
// MessageText:
//
//  No attributes are specified.
//
#define BERR_NO_ATTRIBUTES_SPECIFIED     0xC0000107L

//
// MessageId: BERR_ATTRIBUTE_UNKNOWN
//
// MessageText:
//
//  The attribute %1 is unknown.
//
#define BERR_ATTRIBUTE_UNKNOWN           0xC0000108L

//
// MessageId: BERR_ATTRIBUTE_NOT_IMPORTABLE
//
// MessageText:
//
//  Attribute %1 cannot be imported.
//
#define BERR_ATTRIBUTE_NOT_IMPORTABLE    0xC0000109L

//
// MessageId: BERR_CANT_DELETE_REQUIRED_ATTRIBUTE
//
// MessageText:
//
//  Unable to process object %1. The required attribute %2 may not be deleted.
//
#define BERR_CANT_DELETE_REQUIRED_ATTRIBUTE 0xC000010AL

//
// MessageId: BERR_CANT_DELETE_ATTRIBUTE
//
// MessageText:
//
//  Unable to process object %1. Attribute %2 may not be deleted.
//
#define BERR_CANT_DELETE_ATTRIBUTE       0xC000010BL

//
// MessageId: BERR_DELETE_KEY_MUST_BE_SINGLE
//
// MessageText:
//
//  Unable to process object %1. ~DEL may not be specified with other values for multi-valued attribute %2.
//
#define BERR_DELETE_KEY_MUST_BE_SINGLE   0xC000010CL

//
// MessageId: BERR_COULD_NOT_EMPTY_MAILBOX
//
// MessageText:
//
//  Error %2 occurred while attempting to throw away %1's mail.
//
#define BERR_COULD_NOT_EMPTY_MAILBOX     0xC000010DL

//
// MessageId: BERR_MALFORMED_OCTET_STRING
//
// MessageText:
//
//  Unable to process object %1 because the octet string specified for attribute %2 is incorrect.
//
#define BERR_MALFORMED_OCTET_STRING      0xC000010EL

//
// MessageId: BERR_ILLEGAL_CHAR_IN_NUMBER
//
// MessageText:
//
//  Unable to process object %1 because the character specified in value for attribute %2 is not valid.
//
#define BERR_ILLEGAL_CHAR_IN_NUMBER      0xC000010FL

//
// MessageId: BERR_ILLEGAL_CHAR_IN_HEX_NUMBER
//
// MessageText:
//
//  Unable to process object %1 because the character specified in value for attribute %2 is not valid.
//
#define BERR_ILLEGAL_CHAR_IN_HEX_NUMBER  0xC0000110L

//
// MessageId: BERR_CANNOT_BUILD_DN
//
// MessageText:
//
//  Could not build DN string from components:  BasePoint == %1, Container == %2, ObjName == %3.
//
#define BERR_CANNOT_BUILD_DN             0xC0000111L

//
// MessageId: BERR_MALFORMED_DN_STRING
//
// MessageText:
//
//  Unable to process object %1 because DN string %2 is not valid.
//
#define BERR_MALFORMED_DN_STRING         0xC0000112L

//
// MessageId: BERR_UNKNOWN_RDN
//
// MessageText:
//
//  Unable to process object %1 because RDN string %2 is not valid.
//
#define BERR_UNKNOWN_RDN                 0xC0000113L

//
// MessageId: BERR_BADLY_SPECIFIED_DN
//
// MessageText:
//
//  DN string %1 is not valid.
//
#define BERR_BADLY_SPECIFIED_DN          0xC0000114L

//
// MessageId: BERR_MALFORMED_DN_OBJECT
//
// MessageText:
//
//  The distinguished name (DN) object read from the directory information tree (DIT) is not valid.
//
#define BERR_MALFORMED_DN_OBJECT         0xC0000115L

//
// MessageId: BERR_ACCNT_PDC_DISAPPEARED
//
// MessageText:
//
//  Unable to create a Windows NT account for user %1. The primary domain controller for domain %2 is not responding.
//
#define BERR_ACCNT_PDC_DISAPPEARED       0xC0000116L

//
// MessageId: BERR_XOM_REVOKE_MEMBERSHIP
//
// MessageText:
//
//  Object management (OM) error %1 was encountered when attempting to remove object %2 from a distribution list.
//
#define BERR_XOM_REVOKE_MEMBERSHIP       0xC0000117L

//
// MessageId: BERR_XDS_ERROR
//
// MessageText:
//
//  The directory service reported the following error: %1
//
#define BERR_XDS_ERROR                   0xC0000118L

//
// MessageId: BERR_XDS_CREATE
//
// MessageText:
//
//  Could not create object %2 because the directory service reported the following error: %1
//
#define BERR_XDS_CREATE                  0xC0000119L

//
// MessageId: BERR_XDS_MODIFY
//
// MessageText:
//
//  Could not modify object %2 because the directory service reported the following error: %1
//
#define BERR_XDS_MODIFY                  0xC000011AL

//
// MessageId: BERR_XDS_REMOVE
//
// MessageText:
//
//  Could not remove object %2 because the directory service reported the following error: %1
//
#define BERR_XDS_REMOVE                  0xC000011BL

//
// MessageId: BERR_XDS_DL_MEMBERSHIP
//
// MessageText:
//
//  Could not modify the DL membership of object %2 because the directory service reported the following error:  %1
//
#define BERR_XDS_DL_MEMBERSHIP           0xC000011CL

//
// MessageId: BERR_OBJECT_MEMBERSHIP_ERROR
//
// MessageText:
//
//  Unable to add object %1 to distribution list %2.
//
#define BERR_OBJECT_MEMBERSHIP_ERROR     0xC000011DL

//
// MessageId: BERR_CREATE_PATH_NOT_FOUND
//
// MessageText:
//
//  Unable to create object %1 because one or more objects in the directory path %2 do not exist.
//
#define BERR_CREATE_PATH_NOT_FOUND       0xC000011EL

//
// MessageId: BERR_CREATE_TARGET_EXISTS
//
// MessageText:
//
//  Unable to create object %1 because it already exists.
//
#define BERR_CREATE_TARGET_EXISTS        0xC000011FL

//
// MessageId: BERR_MOD_TARGET_NOT_FOUND
//
// MessageText:
//
//  Unable to modify object %1 because it could not be found.
//
#define BERR_MOD_TARGET_NOT_FOUND        0xC0000120L

//
// MessageId: BERR_MOD_CLASS_MISMATCH
//
// MessageText:
//
//  Entry %1 could not be modified as a %2 because it already exists as a %3 object.
//
#define BERR_MOD_CLASS_MISMATCH          0xC0000121L

//
// MessageId: BERR_DEL_CLASS_MISMATCH
//
// MessageText:
//
//  Unable to delete the %3 %1 because the entry already exists as a %2 in the directory.
//
#define BERR_DEL_CLASS_MISMATCH          0xC0000122L

//
// MessageId: BERR_INCORRECT_FIELD_COUNT
//
// MessageText:
//
//  Unable to process object %1 because the import line must contain the same number of fields as the header line. %2 were expected. %3 were found.
//
#define BERR_INCORRECT_FIELD_COUNT       0xC0000123L

//
// MessageId: BERR_MISSING_REQUIRED_ATTRIBUTE
//
// MessageText:
//
//  Unable to create %3 %1 because the required %2 attribute was not specified.
//
#define BERR_MISSING_REQUIRED_ATTRIBUTE  0xC0000124L

//
// MessageId: BERR_ONLY_SINGLE_CONTAINER
//
// MessageText:
//
//  Only a single container can be specified for the import object %1.
//
#define BERR_ONLY_SINGLE_CONTAINER       0xC0000125L

//
// MessageId: BERR_CANNOT_LOG_ERROR
//
// MessageText:
//
//  The directory import encountered Windows Error %2!lu! when attempting to record the following message in the system event log: %1
//
#define BERR_CANNOT_LOG_ERROR            0xC0000126L

//
// MessageId: BERR_INCLUDE_FAIL
//
// MessageText:
//
//  Unable to open or read the attribute value include file %1.
//
#define BERR_INCLUDE_FAIL                0xC0000127L

//
// MessageId: BERR_BAD_FILE_PTR
//
// MessageText:
//
//  The attribute value file pointer %1 was not specified correctly.
//
#define BERR_BAD_FILE_PTR                0xC0000128L

//
// MessageId: BERR_HOME_SERVER_UNKNOWN
//
// MessageText:
//
//  Unable to process object %1 because the specified home server %2 does not exist.
//
#define BERR_HOME_SERVER_UNKNOWN         0xC0000129L

//
// MessageId: BERR_HOME_SERVER_NO_MTA
//
// MessageText:
//
//  Unable to process object %1 because there is no Microsoft Exchange MTA installed on the specified home server %2.
//
#define BERR_HOME_SERVER_NO_MTA          0xC000012AL

//
// MessageId: BERR_HOME_SERVER_NO_PRIVATE_STORE
//
// MessageText:
//
//  Unable to process object %1 because there is no Microsoft Exchange private information store installed on the specified home server %2.
//
#define BERR_HOME_SERVER_NO_PRIVATE_STORE 0xC000012BL

// -------------------     messages for BEXPORT     -----------------------
//
// MessageId: BEXPORT_WRITE_ERROR
//
// MessageText:
//
//  The directory export was stopped because the following error occurred when attempting to write an object description to the file: %n%1
//
#define BEXPORT_WRITE_ERROR              0xC000012CL

//
// MessageId: BEXPORT_UNKNOWN_CLASS
//
// MessageText:
//
//  The class %1 is not known and could not be exported.
//
#define BEXPORT_UNKNOWN_CLASS            0xC000012DL

//
// MessageId: BEXPORT_NOSEARCHINFO_WARN
//
// MessageText:
//
//  No entries were found for the specified object class %1.
//
#define BEXPORT_NOSEARCHINFO_WARN        0x8000012EL

// -------------------     messages for NTEXPORT     -----------------------
//
// MessageId: NTEXPORT_DC_NOT_FOUND
//
// MessageText:
//
//  The domain controller could not be found for domain %1.
//
#define NTEXPORT_DC_NOT_FOUND            0xC000012FL

//
// MessageId: NTEXPORT_USER_ENUM_ERROR
//
// MessageText:
//
//  The following error occurred when attempting to read Windows NT user accounts from server %1. %2
//
#define NTEXPORT_USER_ENUM_ERROR         0xC0000130L

//
// MessageId: NTEXPORT_SERVER_NOT_FOUND
//
// MessageText:
//
//  NTExport could not find specified server, %1.
//
#define NTEXPORT_SERVER_NOT_FOUND        0xC0000131L

//
// MessageId: NETEXPORT_WRITE_ERROR
//
// MessageText:
//
//  The user extraction was halted because the following error occurred when attempting to write a user account description to the file:%n  %1
//
#define NETEXPORT_WRITE_ERROR            0xC0000132L

// -------------------     messages for NWExport     -----------------------
//
// MessageId: NWEXPORT_NWDLL_LOAD_FAILED
//
// MessageText:
//
//  Unable to load the Netware DLL %1.
//
#define NWEXPORT_NWDLL_LOAD_FAILED       0xC0000133L

//
// MessageId: NWEXPORT_LOGIN_FAILED
//
// MessageText:
//
//  NWExport could not log user %2 onto the file server %1.
//
#define NWEXPORT_LOGIN_FAILED            0xC0000134L

//
// MessageId: NWEXPORT_ATTACH_FAILED
//
// MessageText:
//
//  NWExport encountered an error attaching to the file server %1.
//
#define NWEXPORT_ATTACH_FAILED           0xC0000135L

//
// MessageId: NWEXPORT_LOGOUT_FAILED
//
// MessageText:
//
//  NWExport encountered an error logging out from the file server.
//
#define NWEXPORT_LOGOUT_FAILED           0xC0000136L

//
// MessageId: NWEXPORT_DETACHED_FAILED
//
// MessageText:
//
//  NWExport encountered an error detaching from the file server.
//
#define NWEXPORT_DETACHED_FAILED         0xC0000137L

//
// MessageId: NWEXPORT_NO_USER
//
// MessageText:
//
//  NetWare user extract could not continue because no user was specified for log on to the file server.
//
#define NWEXPORT_NO_USER                 0xC0000138L

// MessageIDs added with Exchange 4.0a
//
// MessageId: DAPI_E_ANR_MULTIPLE_MATCH
//
// MessageText:
//
//  More than one object was found matching the specified search name %1.
//
#define DAPI_E_ANR_MULTIPLE_MATCH        0xC0001000L

//
// MessageId: DAPI_E_ANR_NO_MATCH
//
// MessageText:
//
//  No objects were found matching the specified search name %1.
//
#define DAPI_E_ANR_NO_MATCH              0xC0001001L

//
// MessageId: DAPI_E_MULTIPLE_MATCH_ON_ATT
//
// MessageText:
//
//  More than one object was found matching the alias %3 specified for the %4 attribute on %2 %1.
//
#define DAPI_E_MULTIPLE_MATCH_ON_ATT     0xC0001002L

//
// MessageId: DAPI_E_NO_MATCH_ON_ATT
//
// MessageText:
//
//  No objects were found matching the alias %3 specified for the %4 attribute on %2 %1.
//
#define DAPI_E_NO_MATCH_ON_ATT           0xC0001003L

// ----------------------------     Substitutions ----------------------------
// From this point on, all messages are substitutions for use in other messages
//
// MessageId: IDS_SPACE
//
// MessageText:
//
//  <space>%0
//
#define IDS_SPACE                        0x0000F000L

//
// MessageId: IDS_TAB
//
// MessageText:
//
//  <tab>%0
//
#define IDS_TAB                          0x0000F001L

//
// MessageId: IDS_CHARACTERS
//
// MessageText:
//
//  characters%0
//
#define IDS_CHARACTERS                   0x0000F002L

//
// MessageId: IDS_OCTETS
//
// MessageText:
//
//  octets%0
//
#define IDS_OCTETS                       0x0000F003L

// -------------------     substitutions for Proxy rrors     ----------------------
// Messages w/ ID in range from 0xf080-0xf0ff are assumed to be substitution strings
// used to fill the %3 position of the BERR_PROXY_GENERIC message

//
// MessageId: PROXY_SUBST_GENERAL_FAILURE
//
// MessageText:
//
//  GENERAL_FAILURE%0
//
#define PROXY_SUBST_GENERAL_FAILURE      0x4000F080L

//
// MessageId: PROXY_SUBST_FAILURES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -