The ADDENTRY_REPLY_INFO structure defines the identity of an object added by the IDL_DRSAddEntry method.
typedef struct {
GUID objGuid;
NT4SID objSid;
} ADDENTRY_REPLY_INFO;
objGuid: The objectGUID of the added object.
objSid: The objectSid of the added object.