.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_modify_ext_sW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_modify_ext_sW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_modify_ext_sW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, LDAPModW* mods[] PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\fR ) .SH DESCRIPTION .PP Change an entry in a directory tree (synchronous 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 .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP 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.