The DRS_MSG_ADDCLONEDCREPLY_V1 structure defines a response message received from the IDL_DRSAddCloneDC method.
typedef struct {
[string] WCHAR* pwszCloneDCName;
[string] WCHAR* pwszSite;
[range(0,1024)] DWORD cPasswordLength;
[size_is(cPasswordLength)] WCHAR* pwsNewDCAccountPassword;
} DRS_MSG_ADDCLONEDCREPLY_V1;
pwszCloneDCName: The new DC's name.
pwszSite: The site containing the new DC.
cPasswordLength: The length of the pwsNewDCAccountPassword member.
pwsNewDCAccountPassword: The password of the new DC account.