The DRS_MSG_ADDCLONEDCREQ_V1 structure defines a request message sent to the IDL_DRSAddCloneDC method.
typedef struct {
[string] const WCHAR* pwszCloneDCName;
[string] const WCHAR* pwszSite;
} DRS_MSG_ADDCLONEDCREQ_V1;
pwszCloneDCName: The new DC name.
pwszSite: The RDN of the site the new DC will be placed into.