.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LdapUnicodeToUTF8 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLdapUnicodeToUTF8\fR (WLDAP32.@) .SH SYNOPSIS int CDECL LdapUnicodeToUTF8 ( LPCWSTR \fIsrc\fR, int \fIsrclen\fR, LPSTR \fIdst\fR, int \fIdstlen\fR ) .SH DESCRIPTION .PP Convert a wide character string to a \fBUTF8\fR string. .SH PARAMS \fIsrc\fR \fB[In]\fR Wide character string to convert. .PP \fIsrclen\fR \fB[In]\fR Size of string to convert, in characters. .PP \fIdst\fR \fB[Out]\fR Pointer to a buffer that receives the converted string. .PP \fIdstlen\fR \fB[In]\fR Size of the destination buffer in characters. .PP .SH RETURNS .PP The number of characters written into the destination buffer. .SH NOTES .PP Set \fIdstlen\fR to zero to ask for the required buffer size. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.