नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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) |