LdapUnicodeToUTF8 (WLDAP32.@)
int CDECL LdapUnicodeToUTF8 ( LPCWSTR src, int srclen, LPSTR dst, int dstlen )
Convert a wide character string to a UTF8 string.
src | [In] | Wide character 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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.