4.1.1.1.4 DRS_MSG_ADDENTRYREQ_V3

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.