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

📄 dapimsg.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
📖 第 1 页 / 共 5 页
字号:
// MessageId: PDC_NOT_FOUND
//
// MessageText:
//
//  Unable to find the primary domain controller for domain %1.
//
#define PDC_NOT_FOUND                    0xC0000083L

//
// MessageId: PDC_NOT_RESPONDING
//
// MessageText:
//
//  Primary domain controller %1 is not responding.
//
#define PDC_NOT_RESPONDING               0xC0000084L

// -------------------     messages for BIMPORT     -----------------------
//
// MessageId: BIMPMSG_PROMPT_LOG_FULL
//
// MessageText:
//
//  The application event log is full. If you continue, you should increase the maximum log size or additional error information may not be written to the log. If you cancel, existing operations will not be undone.%n%nDo you want to continue with the %1?
//
#define BIMPMSG_PROMPT_LOG_FULL          0x00000085L

//
// MessageId: BIMPMSG_PROMPT_LOG_ERROR
//
// MessageText:
//
//  The following error was encountered when attempting to log an event in the application event log:
//  %2
//  
//  If you continue, additional error information may not be written to the log. 
//  If you cancel, existing operations will not be undone.
//  
//  Do you wish to continue with the %1?
//
#define BIMPMSG_PROMPT_LOG_ERROR         0x00000086L

//
// MessageId: BIMPMSG_PROMPT_LOG_FILE_ERROR
//
// MessageText:
//
//  An error was encountered when writing to the log file %1. If you continue, additional error information will not be written to the log file. If you cancel, completed operations will not be undone. %n%nDo you want to continue with the %2?
//
#define BIMPMSG_PROMPT_LOG_FILE_ERROR    0x00000087L

//
// MessageId: BWARN_ACCNT_EXISTS
//
// MessageText:
//
//  A Windows NT account for user %1 already exists.
//
#define BWARN_ACCNT_EXISTS               0x80000088L

//
// MessageId: BWARN_OVERRIDE_PDC_NOT_FOUND
//
// MessageText:
//
//  Windows NT account %1 could not be created because the primary domain controller (PDC) could not be found for domain %2.
//
#define BWARN_OVERRIDE_PDC_NOT_FOUND     0x80000089L

//
// MessageId: BWARN_DELETE_TARGET_DOES_NOT_EXIST
//
// MessageText:
//
//  Object %1 that was specified for deletion does not exist.
//
#define BWARN_DELETE_TARGET_DOES_NOT_EXIST 0x8000008AL

//
// MessageId: BWARN_DELETE_ACCOUNT_NOT_FOUND
//
// MessageText:
//
//  The Windows NT security account, %1\%2, was not found and could not be deleted.
//
#define BWARN_DELETE_ACCOUNT_NOT_FOUND   0x8000008BL

//
// MessageId: BWARN_DELETE_DOMAIN_NOT_FOUND
//
// MessageText:
//
//  The Windows NT security account, %1\%2, could not be deleted because the NT security domain controller could not be found.
//
#define BWARN_DELETE_DOMAIN_NOT_FOUND    0x8000008CL

//
// MessageId: BWARN_ASSOC_ACCOUNT_NOT_FOUND
//
// MessageText:
//
//  The Assoc-NT-Account value %2 specified for mailbox %1 could not be found.
//
#define BWARN_ASSOC_ACCOUNT_NOT_FOUND    0x8000008DL

//
// MessageId: BWARN_NO_OBJ_PERM_ADMIN_ACCOUNT
//
// MessageText:
//
//  Obj-Perm-Admin value %3 specified for %2 %1 was not found. This user could not be granted permissions administrator privileges on the %2.
//
#define BWARN_NO_OBJ_PERM_ADMIN_ACCOUNT  0x8000008EL

//
// MessageId: BWARN_NO_OBJ_ADMIN_ACCOUNT
//
// MessageText:
//
//  Obj-Admin value %3 specified for %2 %1 was not found. This user could not be granted administrator privileges on the %2.
//
#define BWARN_NO_OBJ_ADMIN_ACCOUNT       0x8000008FL

//
// MessageId: BWARN_NO_OBJ_USER_ACCOUNT
//
// MessageText:
//
//  Obj-User value %3 specified for %2 %1 was not found. This user will not have access to the %2.
//
#define BWARN_NO_OBJ_USER_ACCOUNT        0x80000090L

//
// MessageId: BWARN_NO_DEFAULT_ACCOUNT
//
// MessageText:
//
//  User access privileges could not be assigned to %2 %1. No user accounts were specified, and the default Windows NT account, %3, could not be found.
//
#define BWARN_NO_DEFAULT_ACCOUNT         0x80000091L

//
// MessageId: BWARN_COULD_NOT_CREATE_SD
//
// MessageText:
//
//  Microsoft Windows error %2 was encountered while attempting to create a Windows NT security descriptor for mailbox object %1.
//
#define BWARN_COULD_NOT_CREATE_SD        0x80000092L

//
// MessageId: DAPI_MISSING_EXCHANGE_CP
//
// MessageText:
//
//  Missing a code page (20261 or 1252) required for proper character translation when reading and writing objects in the directory.  Some characters may not map properly. Verify that these are installed on your system.
//
#define DAPI_MISSING_EXCHANGE_CP         0x40000093L

//
// MessageId: BWARN_RENAMED_OUTPUT_FILE
//
// MessageText:
//
//  File %1 already existed and was renamed to %2.
//
#define BWARN_RENAMED_OUTPUT_FILE        0x40000094L

//
// MessageId: BWARN_RENAMED_IMPORT_FILE
//
// MessageText:
//
//  The specified import file, %1, conflicts with a constructed output file and was renamed to %2.
//
#define BWARN_RENAMED_IMPORT_FILE        0x80000095L

//
// MessageId: BWARN_DEL_ATTR
//
// MessageText:
//
//  Entry %1 did not contain property %2 so the property could not be deleted.
//
#define BWARN_DEL_ATTR                   0x80000096L

//
// MessageId: BWARN_THREAD_FAILED
//
// MessageText:
//
//  Microsoft Windows error %1 occurred when attempting to create a processing thread.
//
#define BWARN_THREAD_FAILED              0x80000097L

//
// MessageId: BWARN_ATTRIBUTE_DUPLICATE
//
// MessageText:
//
//  %1 has been specified more than once in the attribute list. Only the first instance will be used when writing to the directory.
//
#define BWARN_ATTRIBUTE_DUPLICATE        0x80000098L

//
// MessageId: BWARN_ATTRIBUTE_READONLY
//
// MessageText:
//
//  The attribute %1 is read-only. Values specified for this attribute will be ignored when writing to the Directory.
//
#define BWARN_ATTRIBUTE_READONLY         0x80000099L

//
// MessageId: BWARN_ATTRIBUTE_NOT_IMPORTABLE
//
// MessageText:
//
//  The attribute %1 is not directly importable.
//
#define BWARN_ATTRIBUTE_NOT_IMPORTABLE   0xC000009AL

//
// MessageId: BWARN_NO_RAW_MODE_TEMPLATE
//
// MessageText:
//
//  Template objects do not apply when in raw mode.
//
#define BWARN_NO_RAW_MODE_TEMPLATE       0x8000009BL

//
// MessageId: BWARN_OVERSIZE_ATT_FILE
//
// MessageText:
//
//  The attribute value data length exceeded the Microsoft Excel limit of 255 characters. The data was written to file %1.
//
#define BWARN_OVERSIZE_ATT_FILE          0x8000009CL

//
// MessageId: DAPI_ERR_WRONG_SYNTAX
//
// MessageText:
//
//  The value type specified for attribute %1 is incorrect.
//
#define DAPI_ERR_WRONG_SYNTAX            0xC000009DL

//
// MessageId: DAPI_E_INVALID_CODEPAGE
//
// MessageText:
//
//  The specified code page has not been installed on the system.
//
#define DAPI_E_INVALID_CODEPAGE          0xC000009EL

//
// MessageId: DAPI_E_OBJECT_NOT_FOUND
//
// MessageText:
//
//  Unable to find object %1.
//
#define DAPI_E_OBJECT_NOT_FOUND          0xC000009FL

//
// MessageId: DAPI_E_NO_OBJECT
//
// MessageText:
//
//  No object specified.
//
#define DAPI_E_NO_OBJECT                 0xC00000A0L

//
// MessageId: DAPI_E_CREATE_FILE
//
// MessageText:
//
//  Unable to create the export file %1. %2
//
#define DAPI_E_CREATE_FILE               0xC00000A1L

//
// MessageId: DAPI_W_HIER_RECALC_FAILED
//
// MessageText:
//
//  Unable to recalculate the Address Book hierarchy after performing the %2 operation on the %1 container.
//
#define DAPI_W_HIER_RECALC_FAILED        0x800000A2L

//
// MessageId: DAPI_W_EXP_FILE_OVERWRITTEN
//
// MessageText:
//
//  The export file %1 already exists and is being overwritten.
//
#define DAPI_W_EXP_FILE_OVERWRITTEN      0x800000A3L

//
// MessageId: DAPI_W_NO_VALUES
//
// MessageText:
//
//  No values specified for DAPIWrite.
//
#define DAPI_W_NO_VALUES                 0x800000A4L

//
// MessageId: DAPI_W_RDN_MAPPED
//
// MessageText:
//
//  One or more characters specified for the %2 are not valid.  The object name was changed from %1 to %3.
//
#define DAPI_W_RDN_MAPPED                0x800000A5L

//
// MessageId: DAPI_W_IMP_VALUE_MAPPED
//
// MessageText:
//
//  One or more characters specified for the %2 attribute of object %1 are not valid.  The value was changed from %3 to %4.
//
#define DAPI_W_IMP_VALUE_MAPPED          0x800000A6L

//
// MessageId: DAPI_W_EXP_VALUE_MAPPED
//
// MessageText:
//
//  One or more characters in the %2 attribute of %1 could not be mapped to the export code page. The system default character was used.
//
#define DAPI_W_EXP_VALUE_MAPPED          0x800000A7L

//
// MessageId: DAPI_W_BACKSLASH_DROPPED
//
// MessageText:
//
//  One or more backslash characters specified in the %2 attribute of %1 were mapped out on import. The value was changed from %3 to %4. The backslash character may be specified by doubling it (i.e., \\).
//
#define DAPI_W_BACKSLASH_DROPPED         0x800000A8L

//
// MessageId: DAPI_W_STRING_TOO_LONG
//
// MessageText:
//
//  A value specified for the %2 attribute of object %1 exceeded the limit of %3 %4.  The string was truncated to fit.
//
#define DAPI_W_STRING_TOO_LONG           0x800000A9L

//
// MessageId: DAPI_W_NO_DL_OWNER_ACCOUNT
//
// MessageText:
//
//  There is no primary Windows NT Account associated with the object specified as the owner of distribution list %1.
//
#define DAPI_W_NO_DL_OWNER_ACCOUNT       0x800000AAL

//
// MessageId: DAPI_W_SERVER_SYNCH_IN_PROGRESS
//
// MessageText:
//
//  The Microsoft Exchange Directory server, %1, is currently synchronizing with other servers in the site.  Write operations are not recommended at this time.
//
#define DAPI_W_SERVER_SYNCH_IN_PROGRESS  0x800000ABL

//
// MessageId: BERR_SIGNATURE_MISMATCH
//
// MessageText:
//
//  A version mismatch was detected between DAPI.DLL and the program. %1 cannot proceed.
//
#define BERR_SIGNATURE_MISMATCH          0xC00000ACL

//
// MessageId: BERR_INVALID_BASEPOINT
//
// MessageText:
//
//  The object name specified for basepoint %1 is not valid.
//
#define BERR_INVALID_BASEPOINT           0xC00000ADL

//
// MessageId: BERR_NO_SUCH_BASEPOINT
//
// MessageText:
//
//  The basepoint object %1 does not exist in the directory.
//
#define BERR_NO_SUCH_BASEPOINT           0xC00000AEL

//
// MessageId: BERR_INVALID_CONTAINER
//
// MessageText:
//
//  The object name specified for the container %1 is not valid.
//
#define BERR_INVALID_CONTAINER           0xC00000AFL

//
// MessageId: BERR_NO_SUCH_CONTAINER
//
// MessageText:
//
//  The specified container %1 does not exist in the directory.
//
#define BERR_NO_SUCH_CONTAINER           0xC00000B0L

//
// MessageId: BERR_DEFAULT_USER_ERROR
//
// MessageText:
//
//  The object name specified for the create object template %1 is not valid.
//
#define BERR_DEFAULT_USER_ERROR          0xC00000B1L

//
// MessageId: BERR_NO_WORKSPACE
//
// MessageText:
//
//  No object management (OM) workspace is available.
//
#define BERR_NO_WORKSPACE                0xC00000B2L

//
// MessageId: BERR_DUA_UNAVAILABLE
//
// MessageText:
//
//  Unable to initialize directory user agent (DUA) workspace.
//
#define BERR_DUA_UNAVAILABLE             0xC00000B3L

//
// MessageId: BERR_NEGOTIATE_FAILURE
//
// MessageText:
//
//  Could not negotiate directory user agent (DUA) features. %1
//
#define BERR_NEGOTIATE_FAILURE           0xC00000B4L

//
// MessageId: BERR_DSA_BIND_FAILURE
//
// MessageText:
//
//  Could not bind to the Microsoft Exchange Directory server %2.  %1
//
#define BERR_DSA_BIND_FAILURE            0xC00000B5L

//
// MessageId: BERR_DEFAULT_BIND_FAILURE
//
// MessageText:
//
//  No Microsoft Exchange Directory server is available.
//
#define BERR_DEFAULT_BIND_FAILURE        0xC00000B6L

//
// MessageId: BERR_ILLEGAL_DSANAME
//
// MessageText:
//
//  The Microsoft Exchange Directory server Name, %1, is illegal.
//
#define BERR_ILLEGAL_DSANAME             0xC00000B7L

//
// MessageId: BERR_SERVER_NOT_WRITABLE
//
// MessageText:
//
//  The Microsoft Exchange Directory server, %1, is not currently writable.  Try the operation again later.
//
#define BERR_SERVER_NOT_WRITABLE         0xC00000B8L

//
// MessageId: BERR_DSA_UNBIND_FAILURE
//
// MessageText:
//
//  Could not unbind from the directory service. %1
//
#define BERR_DSA_UNBIND_FAILURE          0xC00000B9L

//
// MessageId: BERR_SCHEMA_LOAD_FAILED
//
// MessageText:
//
//  An initialization failure occurred. The directory schema could not be read from messaging site %1.
//
#define BERR_SCHEMA_LOAD_FAILED          0xC00000BAL

//
// MessageId: BERR_XOM_SCHEMA_READ
//
// MessageText:
//
//  An initialization failure occurred. Object management (OM) error %1 was encountered while attempting to read the schema.
//
#define BERR_XOM_SCHEMA_READ             0xC00000BBL

//
// MessageId: BERR_XDS_SCHEMA_READ
//
// MessageText:
//
//  An initialization failure occurred while attempting to read the schema.  %1
//
#define BERR_XDS_SCHEMA_READ             0xC00000BCL

//
// MessageId: BERR_ATTRIBUTES_UNAVAILABLE
//
// MessageText:
//
//  An initialization failure occurred. Unable to read attributes from the schema.
//
#define BERR_ATTRIBUTES_UNAVAILABLE      0xC00000BDL

//
// MessageId: BERR_ATTRIBUTE_PROPERTY_UNAVAILABLE
//
// MessageText:
//
//  An initialization failure occurred. The attribute-schema object %1 does not contain the %2 attribute.
//
#define BERR_ATTRIBUTE_PROPERTY_UNAVAILABLE 0xC00000BEL

//
// MessageId: BERR_INIT_ATTR_UNKNOWN
//
// MessageText:
//
//  Attribute %1 is not defined in the directory schema and so is not supported for import.
//
#define BERR_INIT_ATTR_UNKNOWN           0xC00000BFL

//
// MessageId: BERR_UNREC_OBJECT_TYPE
//
// MessageText:
//
//  An internal error occurred. The directory schema contained an unrecognized type value. Attribute %1.
//
#define BERR_UNREC_OBJECT_TYPE           0xC00000C0L

//
// MessageId: BERR_OBJECT_TYPE_NOT_IMPLEMENTED
//
// MessageText:
//
//  Attribute %1 cannot be processed because its object type is not yet implemented.
//
#define BERR_OBJECT_TYPE_NOT_IMPLEMENTED 0xC00000C1L

//
// MessageId: BERR_UNREC_ATTR_SYNTAX
//
// MessageText:
//
//  An internal error occurred. The directory schema contains an unrecognized syntax value. Attribute %1.

⌨️ 快捷键说明

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