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.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/setupapi/misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.