UnicodeToMultiByte (SETUPAPI.@)
LPSTR UnicodeToMultiByte ( LPCWSTR lpUnicodeStr, UINT uCodePage )
Converts a Unicode string to a multi-byte string.
lpUnicodeStr | [In] | Unicode string to be converted. |
uCodePage | [In] | Code page. |
Success: pointer to the converted multi-byte string
Failure: NULL.
Use MyFree to release the returned multi-byte string.
Defined in "mlang.h".
Implemented in "dlls/setupapi/misc.c". source.winehq.org/source/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.