.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_modify_sW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_modify_sW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_modify_sW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, LDAPModW* mods[] ) .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 attrs \fB[In]\fR Pointer to an array of LDAPModW structures, each specifying an attribute and its values to change. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/modify.c"\fR.