The DRS_MSG_REPVERIFYOBJ_V1 structure defines a request message sent to the IDL_DRSReplicaVerifyObjects method.
typedef struct {
[ref] DSNAME* pNC;
UUID uuidDsaSrc;
ULONG ulOptions;
} DRS_MSG_REPVERIFYOBJ_V1;
pNC: The NC to verify.
uuidDsaSrc: The objectGUID of the nTDSDSA object for the reference DC.
ulOptions: 0 to expunge each object that is not verified, or 1 to log an event that identifies each such object.