4.1.12.1.2 DRS_MSG_EXISTREQ_V1

The DRS_MSG_EXISTREQ_V1 structure defines the request message sent to the IDL_DRSGetObjectExistence method.

 typedef struct {
   UUID guidStart;
   DWORD cGuids;
   DSNAME* pNC;
   UPTODATE_VECTOR_V1_EXT* pUpToDateVecCommonV1;
   UCHAR Md5Digest[16];
 } DRS_MSG_EXISTREQ_V1;

guidStart: The objectGUID of the first object in the client's object sequence.

cGuids: The number of objects in the client's object sequence.

pNC: The NC containing the objects in the sequence.

pUpToDateVecCommonV1: The filter excluding objects from the client's object sequence.

Md5Digest: The digest of the objectGUID values of the objects in the client's object sequence.