The DRS_MSG_ADDENTRYREQ_V3 structure defines the request message sent to the IDL_DRSAddEntry method.
typedef struct {
ENTINFLIST EntInfList;
DRS_SecBufferDesc* pClientCreds;
} DRS_MSG_ADDENTRYREQ_V3;
EntInfList: The objects to be added.
pClientCreds: The user credentials to authorize the operation.