.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_modify_extW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_modify_extW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_modify_extW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, LDAPModW* mods[] PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\fR, ULONG* \fImessage\fR ) .SH DESCRIPTION .PP Change an entry in 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 change. .PP mods \fB[In]\fR Pointer to an array of LDAPModW structures, each specifying an attribute and its values to change. .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 modify 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/modify.c"\fR.