LdapUTF8ToUnicode(3w)
NAME
LdapUTF8ToUnicode (WLDAP32.@)
SYNOPSIS
int CDECL LdapUTF8ToUnicode ( LPCSTR src, int srclen, LPWSTR dst, int dstlen )
DESCRIPTION
Convert a UTF8 string to a wide character string.
PARAMS
src [In] UTF8 string to convert.
srclen [In] Size of string to convert, in characters.
dst [Out] Pointer to a buffer that receives the converted string.
dstlen [In] Size of the destination buffer in characters.
RETURNS
The number of characters written into the destination buffer.
NOTES
Set dstlen to zero to ask for the required buffer size.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/misc.c".