4.1.26.1.3 DRS_MSG_UPDREFS_V2

The DRS_MSG_UPDREFS_V2 structure defines a request message sent to the IDL_DRSUpdateRefs method.

 typedef struct {
   [ref] DSNAME* pNC;
   [ref] [string] char* pszDsaDest;
   UUID uuidDsaObjDest;
   ULONG ulOptions;
   GUID correlationID;
   [unique] VAR_SIZE_BUFFER_WITH_VERSION* pReservedBuffer;
 } DRS_MSG_UPDREFS_V2;

pNC: A pointer to the DSNAME of the root of an NC replica on the server.

pszDsaDest: The transport-specific NetworkAddress of a DC.

uuidDsaObjDest: The DSA GUID.

ulOptions: The DRS_OPTIONS that control the update.

correlationID:  An identifier for the operation that the DC can use for implementation-defined troubleshooting. There are no normative constraints on this value, nor does the value figure in any normative processing rules.

pReservedBuffer:  A pointer to a VAR_SIZE_BUFFER_WITH_VERSION structure (section 5.219). MUST be a null pointer.