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