.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LdapUTF8ToUnicode 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLdapUTF8ToUnicode\fR (WLDAP32.@) .SH SYNOPSIS int CDECL LdapUTF8ToUnicode ( LPCSTR \fIsrc\fR, int \fIsrclen\fR, LPWSTR \fIdst\fR, int \fIdstlen\fR ) .SH DESCRIPTION .PP Convert a \fBUTF8\fR string to a wide character string. .SH PARAMS \fIsrc\fR \fB[In]\fR \fBUTF8\fR 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.