LdapUTF8ToUnicode (WLDAP32.@)
int CDECL LdapUTF8ToUnicode ( LPCSTR src, int srclen, LPWSTR dst, int dstlen )
Convert a UTF8 string to a wide character string.
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. |
The number of characters written into the destination buffer.
Set dstlen to zero to ask for the required buffer size.
Defined in "winldap.h".
Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.