.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_add_extW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_add_extW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_add_extW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, LDAPModW* attrs[] PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\fR, ULONG* \fImessage\fR ) .SH DESCRIPTION .PP Add an entry to a directory tree (asynchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIdn\fR \fB[In]\fR \fBDN\fR of the entry to add. .PP attrs \fB[In]\fR Pointer to an array of LDAPModW structures, each specifying an attribute and its values to add. .PP \fIserverctrls\fR \fB[In]\fR Array of \fBLDAP\fR server controls. .PP \fIclientctrls\fR \fB[In]\fR Array of \fBLDAP\fR client controls. .PP \fImessage\fR \fB[Out]\fR Message Id of the add operation. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Call ldap_result with the \fImessage\fR Id to get the result of the operation. The \fIserverctrls\fR and \fIclientctrls\fR parameters are optional and should be set to \fBNULL\fR if not used. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/add.c"\fR.