.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_modifyW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_modifyW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_modifyW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, LDAPModW* mods[] ) .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 .SH RETURNS .PP \fBSuccess:\fR Message Id of the modify operation. .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Call ldap_result with the message Id to get the result of the operation. Cancel the operation by calling ldap_abandon with the message \fBID\fR. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/modify.c"\fR.