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.
Defined in "mlang.h".
Implemented in "dlls/setupapi/misc.c". source.winehq.org/source/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.