.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_modrdnW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_modrdnW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_modrdnW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, PWCHAR \fInewdn\fR ) .SH DESCRIPTION .PP Change the \fBRDN\fR of a directory entry (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 \fInewdn\fR \fB[In]\fR New \fBDN\fR for the entry. .PP .SH RETURNS .PP \fBSuccess:\fR Message Id of the modrdn 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/modrdn.c"\fR.