4.1.13.1.2 DRS_MSG_GETREPLINFO_REQ_V1

The DRS_MSG_GETREPLINFO_REQ_V1 structure defines a version 1 request message sent to the IDL_DRSGetReplInfo method.

 typedef struct {
   DWORD InfoType;
   [string] LPWSTR pszObjectDN;
   UUID uuidSourceDsaObjGuid;
 } DRS_MSG_GETREPLINFO_REQ_V1;

InfoType: MUST be a DS_REPL_INFO code.

pszObjectDN: DN of the object on which the operation is to be performed. The meaning of this parameter depends on the value of the InfoType parameter.

uuidSourceDsaObjGuid: NULL GUID or the DSA GUID of a DC.