Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The DS_MANGLE_FOR enumeration is used to define whether a relative distinguished name is mangled (encoded) and in what form the mangling occurs.
Syntax
typedef enum _DS_MANGLE_FOR {
DS_MANGLE_UNKNOWN = 0,
DS_MANGLE_OBJECT_RDN_FOR_DELETION,
DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICT
} DS_MANGLE_FOR;
Constants
DS_MANGLE_UNKNOWNValue: 0 Indicates that the relative distinguished name is not mangled or that the type of mangling is unknown. |
DS_MANGLE_OBJECT_RDN_FOR_DELETIONIndicates that the relative distinguished name has been mangled for deletion. |
DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICTIndicates that the relative distinguished name has been mangled due to a naming conflict. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | dsparse.h (include Ntdsapi.h) |