Retrieves the list of LDAP/ILS servers that replicate to each other.
IDL Definition
HRESULT GetDynamicReplicationList(
 [in]  VARIANT lInstanceId,
 [out] VARIANT* rgszReplNames,      
 [out] VARIANT* rgszReplIDs       
);Parameters
lInstanceId: (VT_I4)
The instance number of the server of interest.
rgszReplNames: (VT_ARRAY of VT_BSTR)
on return, the list of machine names. The VT_ARRAY (SAFEARRAY) contains VT_BSTR values.
rgszReplIDs: (VT_ARRAY of VT_BSTR)
on return, the list of machine IDs. The VT_ARRAY (SAFEARRAY) contains VT_BSTR values.
Return Values
a standard HRESULT value