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

📄 dapimsg.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
📖 第 1 页 / 共 5 页
字号:
//
#define BERR_UNREC_ATTR_SYNTAX           0xC00000C2L

//
// MessageId: BERR_ATTR_SYNTAX_NOT_IMPLEMENTED
//
// MessageText:
//
//  An internal error occurred. Attribute %1 cannot be processed because its object management (OM) syntax is not yet implemented.
//
#define BERR_ATTR_SYNTAX_NOT_IMPLEMENTED 0xC00000C3L

//
// MessageId: BERR_VALUE_SYNTAX_NOT_IMPLEMENTED
//
// MessageText:
//
//  Unable to convert the attribute value to a string because syntax %1 is not yet implemented.
//
#define BERR_VALUE_SYNTAX_NOT_IMPLEMENTED 0xC00000C4L

//
// MessageId: BERR_UNREC_VALUE_SYNTAX
//
// MessageText:
//
//  Unable to convert the attribute value to a string because syntax %1 is not recognized.
//
#define BERR_UNREC_VALUE_SYNTAX          0xC00000C5L

//
// MessageId: BERR_VALUE_OBJECT_TYPE_NOT_IMPLEMENTED
//
// MessageText:
//
//  Unable to convert the attribute value to a string because object type %1 is not yet implemented.
//
#define BERR_VALUE_OBJECT_TYPE_NOT_IMPLEMENTED 0xC00000C6L

//
// MessageId: BERR_UNREC_VALUE_OBJECT_TYPE
//
// MessageText:
//
//  Unable to convert the attribute value to a string because the object type is not recognized.
//
#define BERR_UNREC_VALUE_OBJECT_TYPE     0xC00000C7L

//
// MessageId: BERR_INIT_CLASS_UNKNOWN
//
// MessageText:
//
//  Unable to initialize because class ID %1 was not found in the descriptors read from the schema.
//
#define BERR_INIT_CLASS_UNKNOWN          0xC00000C8L

//
// MessageId: BERR_CLASSES_UNAVAILABLE
//
// MessageText:
//
//  Unable to initialize because the object class descriptions could not be read from the schema.
//
#define BERR_CLASSES_UNAVAILABLE         0xC00000C9L

//
// MessageId: BERR_CLASS_PROPERTY_UNAVAILABLE
//
// MessageText:
//
//  Unable to initialize because the class schema object %1 does not contain the %2 attribute.
//
#define BERR_CLASS_PROPERTY_UNAVAILABLE  0xC00000CAL

//
// MessageId: BERR_CLASS_ATTRIBUTE_MISSING
//
// MessageText:
//
//  Unable to initialize because at least one of the schema attributes specified in the %2 attribute of the class schema object %1 is not defined.
//
#define BERR_CLASS_ATTRIBUTE_MISSING     0xC00000CBL

//
// MessageId: BERR_NO_IMPORT_FILE
//
// MessageText:
//
//  There is no file specified for directory import.
//
#define BERR_NO_IMPORT_FILE              0xC00000CCL

//
// MessageId: BERR_NO_EXPORT_FILE
//
// MessageText:
//
//  There is no file specified for the export operation.
//
#define BERR_NO_EXPORT_FILE              0xC00000CDL

//
// MessageId: BERR_INVALID_IMPORT_FILE
//
// MessageText:
//
//  Unable to open import file %1. %2
//
#define BERR_INVALID_IMPORT_FILE         0xC00000CEL

//
// MessageId: BERR_INVALID_EXPORT_FILE
//
// MessageText:
//
//  Unable to export to file %1. %2
//
#define BERR_INVALID_EXPORT_FILE         0xC00000CFL

//
// MessageId: BERR_FILE_IS_UNICODE
//
// MessageText:
//
//  The specified file is Unicode. Code page override is not valid.
//
#define BERR_FILE_IS_UNICODE             0xC00000D0L

//
// MessageId: BERR_FILE_IS_NOT_UNICODE
//
// MessageText:
//
//  The specified file is not Unicode.
//
#define BERR_FILE_IS_NOT_UNICODE         0xC00000D1L

//
// MessageId: BERR_INVALID_FILENAME
//
// MessageText:
//
//  The filename %1 is not valid.
//
#define BERR_INVALID_FILENAME            0xC00000D2L

//
// MessageId: BERR_CANT_RENAME_IMP_FILE
//
// MessageText:
//
//  The specified import file %1 conflicts with a constructed output filename, but could not be renamed for import.
//
#define BERR_CANT_RENAME_IMP_FILE        0xC00000D3L

//
// MessageId: BERR_CANT_RENAME_EXPORT_FILE
//
// MessageText:
//
//  The export file %1 could not be accessed. The file may be opened by another application or the path may not be valid.
//
#define BERR_CANT_RENAME_EXPORT_FILE     0xC00000D4L

//
// MessageId: BERR_FILE_IS_DIRECTORY
//
// MessageText:
//
//  The specified file %1 names a directory.
//
#define BERR_FILE_IS_DIRECTORY           0xC00000D5L

//
// MessageId: BERR_FILE_IS_READONLY
//
// MessageText:
//
//  Unable to create output file %1. The file exists and is read only.
//
#define BERR_FILE_IS_READONLY            0xC00000D6L

//
// MessageId: BERR_CREATE_LOG_FAILED
//
// MessageText:
//
//  Unable to create the directory import error log file %1.
//
#define BERR_CREATE_LOG_FAILED           0xC00000D7L

//
// MessageId: BERR_CREATE_PSW_FAILED
//
// MessageText:
//
//  Unable to create the directory import password file %1.
//
#define BERR_CREATE_PSW_FAILED           0xC00000D8L

//
// MessageId: BERR_WRITE_PSW_ERROR
//
// MessageText:
//
//  The system reported the following error while attempting to write to the created account file %1. %n%2
//
#define BERR_WRITE_PSW_ERROR             0xC00000D9L

//
// MessageId: BERR_MISSING_OBJ_CLASS
//
// MessageText:
//
//  The Obj-Class value must be specified on each import line.
//
#define BERR_MISSING_OBJ_CLASS           0xC00000DAL

//
// MessageId: BERR_RDN_MISSING
//
// MessageText:
//
//  The %1 attribute is required to identify %2 objects.
//
#define BERR_RDN_MISSING                 0xC00000DBL

//
// MessageId: BERR_MISQUOTED_IMPORT_LINE
//
// MessageText:
//
//  An incorrect use of the quotation mark delimiter was encountered on the import line.
//
#define BERR_MISQUOTED_IMPORT_LINE       0xC00000DCL

//
// MessageId: BERR_ILLEGAL_MODE
//
// MessageText:
//
//  %1 is not recognized as a legal import mode.
//
#define BERR_ILLEGAL_MODE                0xC00000DDL

//
// MessageId: BERR_MODE_COLUMN
//
// MessageText:
//
//  %1 can be specified only in the second column.
//
#define BERR_MODE_COLUMN                 0xC00000DEL

//
// MessageId: BERR_OUT_OF_MEMORY
//
// MessageText:
//
//  Out of memory error encountered.
//
#define BERR_OUT_OF_MEMORY               0xC00000DFL

//
// MessageId: BERR_FILE_READ_FAILURE
//
// MessageText:
//
//  The following error occurred while attempting to read from the import file:  %1
//
#define BERR_FILE_READ_FAILURE           0xC00000E0L

//
// MessageId: BERR_MISSING_COMMON_NAME_HEADER
//
// MessageText:
//
//  The import file %1 is not valid because the Common Name column is missing.
//
#define BERR_MISSING_COMMON_NAME_HEADER  0xC00000E1L

//
// MessageId: BERR_MISSING_OBJ_CLASS_HEADER
//
// MessageText:
//
//  The import file %1 is not valid. The first column header must be Obj-Class.  The first column header found was %2. Confirm that the column delimiter, '%3', is correct for the file.
//
#define BERR_MISSING_OBJ_CLASS_HEADER    0xC00000E2L

//
// MessageId: BERR_HEADER_MISQUOTED
//
// MessageText:
//
//  Import file %1 is not valid because quotation mark delimiters were used improperly in the header line.
//
#define BERR_HEADER_MISQUOTED            0xC00000E3L

//
// MessageId: BERR_INVALID_OBJ_CLASS
//
// MessageText:
//
//  %1 is not recognized as a legal Obj-Class value.
//
#define BERR_INVALID_OBJ_CLASS           0xC00000E4L

//
// MessageId: BERR_PROXY_INIT_ERROR
//
// MessageText:
//
//  The following error was reported while trying to initialize the e-mail address generating subsystem. %1
//
#define BERR_PROXY_INIT_ERROR            0xC00000E5L

//
// MessageId: BERR_NO_PROXY_SEPARATOR
//
// MessageText:
//
//  Import object %1 was not processed because the e-mail address type separator, :, was not found in the specified %3 value: %2.
//
#define BERR_NO_PROXY_SEPARATOR          0xC00000E6L

//
// MessageId: BERR_NO_PROXY_PREFIX
//
// MessageText:
//
//  Import object %1 was not processed because no e-mail address type was specified for %3 string: %2
//
#define BERR_NO_PROXY_PREFIX             0xC00000E7L

//
// MessageId: BERR_ILLEGAL_PROXY_PREFIX_LEN
//
// MessageText:
//
//  Unable to process import object %1. The e-mail address type must be eight characters or less. %2
//
#define BERR_ILLEGAL_PROXY_PREFIX_LEN    0xC00000E8L

//
// MessageId: BERR_DUPLICATE_PROXY
//
// MessageText:
//
//  Unable to process object %1 because the specified e-mail address %2 has the same type as one or more other e-mail addresses specified for the same object.
//
#define BERR_DUPLICATE_PROXY             0xC00000E9L

//
// MessageId: BERR_PROXY_GENERAL_FAILURE
//
// MessageText:
//
//  Unable to process object %1 because the Microsoft Exchange System Attendant encountered errors while attempting to generate or validate e-mail addresses. For more information, see the event log on server %2.
//
#define BERR_PROXY_GENERAL_FAILURE       0xC00000EAL

//
// MessageId: BERR_PROXY_TARGET_INVALID
//
// MessageText:
//
//  Unable to process custom recipient %1 because the target address is not valid. %2
//
#define BERR_PROXY_TARGET_INVALID        0xC00000EBL

//
// MessageId: BERR_PROXY_TARGET_NOT_UNIQUE
//
// MessageText:
//
//  Unable to process custom recipient %1 because target address %2 has already been assigned to Address Book entry %3.
//
#define BERR_PROXY_TARGET_NOT_UNIQUE     0xC00000ECL

//
// MessageId: BERR_PROXY_INVALID
//
// MessageText:
//
//  The e-mail address specified for import object %1 is not valid. %2
//
#define BERR_PROXY_INVALID               0xC00000EDL

//
// MessageId: BERR_PROXY_NOT_UNIQUE
//
// MessageText:
//
//  The e-mail address specified for import object %1 is not unique. %2 has already been assigned to Address Book entry %3.
//
#define BERR_PROXY_NOT_UNIQUE            0xC00000EEL

//
// MessageId: BERR_PROXY_GENERIC
//
// MessageText:
//
//  The Microsoft Exchange System Attendant reported %3 when attempting to generate or validate e-mail addresses for %1.  For more information, see the event log on server %2 for details.
//
#define BERR_PROXY_GENERIC               0xC00000EFL

//
// MessageId: BERR_PROXY_SYSTEM
//
// MessageText:
//
//  The following error was encountered when attempting to generate or validate e-mail addresses for %1. %2
//
#define BERR_PROXY_SYSTEM                0xC00000F0L

//
// MessageId: BERR_CREATE_DEL_ERROR
//
// MessageText:
//
//  Object %1 was not built because the string ~DEL may only be used with existing objects.
//
#define BERR_CREATE_DEL_ERROR            0xC00000F1L

//
// MessageId: BERR_OM_ERROR
//
// MessageText:
//
//  Object management (OM) error %1 was reported.
//
#define BERR_OM_ERROR                    0xC00000F2L

//
// MessageId: BERR_ATTRIBUTE_OR_VALUE_EXISTS
//
// MessageText:
//
//  A duplicate value was specified for attribute %2 on object %1.
//
#define BERR_ATTRIBUTE_OR_VALUE_EXISTS   0xC00000F3L

//
// MessageId: BERR_CONSTRAINT_VIOLATION
//
// MessageText:
//
//  Unable to complete the operation on object %1 because a value specified for attribute %2 is out of range.
//
#define BERR_CONSTRAINT_VIOLATION        0xC00000F4L

//
// MessageId: BERR_INVALID_SYNTAX
//
// MessageText:
//
//  Unable to complete the operation on object %1 because the syntax specified for a value for attribute %2 is not valid.
//
#define BERR_INVALID_SYNTAX              0xC00000F5L

//
// MessageId: BERR_NO_SUCH_ATTRIBUTE_OR_VALUE
//
// MessageText:
//
//  The attribute %2 is not defined on object %1 and could not be read.
//
#define BERR_NO_SUCH_ATTRIBUTE_OR_VALUE  0xC00000F6L

//
// MessageId: BERR_ACCNT_LM_INIT_ERROR
//
// MessageText:
//
//  Unable to create Windows NT accounts because network error %1 occurred while initializing.
//
#define BERR_ACCNT_LM_INIT_ERROR         0xC00000F7L

//
// MessageId: BERR_LM_INIT_ERROR
//
// MessageText:
//
//  Could not initialize -- Net error %1 reported during initialization.
//
#define BERR_LM_INIT_ERROR               0xC00000F8L

//
// MessageId: BERR_LM_ERROR
//
// MessageText:
//
//  Network error %1 occurred.
//
#define BERR_LM_ERROR                    0xC00000F9L

//
// MessageId: BERR_ACCNT_PDC_GONE
//
// MessageText:
//
//  The primary domain controller for domain %1 is no longer available.
//
#define BERR_ACCNT_PDC_GONE              0xC00000FAL

//
// MessageId: BERR_ACCNT_LM_ERROR
//
// MessageText:
//
//  Unable to create a Windows NT account for user %1. %2
//
#define BERR_ACCNT_LM_ERROR              0xC00000FBL

//
// MessageId: BERR_ACCNT_WIN_ERROR
//
// MessageText:
//
//  Unable to create a Windows NT account for user %1. %2
//
#define BERR_ACCNT_WIN_ERROR             0xC00000FCL

//
// MessageId: BERR_ACCNT_TOO_LONG
//
// MessageText:
//
//  Unable to create a Windows NT account %2 for mailbox %1 because Windows NT account names cannot exceed 20 characters.
//
#define BERR_ACCNT_TOO_LONG              0xC00000FDL

//
// MessageId: BERR_ILLEGAL_ACCNT_CHARS
//
// MessageText:
//
//  Unable to create Windows NT account %2 for mailbox %1 because it contains the illegal character(s) %3.
//
#define BERR_ILLEGAL_ACCNT_CHARS         0xC00000FEL

//
// MessageId: BERR_LM_DELETE_ACCOUNT
//
// MessageText:
//
//  A network error occurred when attempting to delete Windows NT security account %1.
//
#define BERR_LM_DELETE_ACCOUNT           0xC00000FFL

//
// MessageId: BERR_WIN_DELETE_ACCOUNT
//
// MessageText:
//
//  Unable to delete the Windows NT account for user %1. %2.
//
#define BERR_WIN_DELETE_ACCOUNT          0xC0000100L

//
// MessageId: BERR_DEL_ACCOUNT_LOOKUP_FAILED
//
// MessageText:
//
//  An error occurred while attempting to lookup the Assoc-NT-Account value for object %1. Neither the security account nor the object was deleted.
//
#define BERR_DEL_ACCOUNT_LOOKUP_FAILED   0xC0000101L

//
// MessageId: BERR_ACCOUNT_LOOKUP_FAILED
//
// MessageText:
//
//  An error occurred while attempting to lookup the Assoc-NT-Account value for object %1.
//
#define BERR_ACCOUNT_LOOKUP_FAILED       0x80000102L

⌨️ 快捷键说明

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