MultiByteToUnicode (SETUPAPI.@)
LPWSTR MultiByteToUnicode ( LPCSTR lpMultiByteStr, UINT uCodePage )
Converts a multi-byte string to a Unicode string.
lpMultiByteStr | [In] | Multi-byte string to be converted. |
uCodePage | [In] | Code page. |
Success: pointer to the converted Unicode string
Failure: NULL.
Use MyFree to release the returned Unicode 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.