MultiByteToUnicode(3w)
NAME
MultiByteToUnicode (SETUPAPI.@)
SYNOPSIS
LPWSTR MultiByteToUnicode ( LPCSTR lpMultiByteStr, UINT uCodePage )
DESCRIPTION
Converts a multi-byte string to a Unicode string.
PARAMS
lpMultiByteStr [In] Multi-byte string to be converted.
uCodePage [In] Code page.
RETURNS
Success: pointer to the converted Unicode string
Failure: NULL.
NOTE
Use MyFree to release the returned Unicode string.
IMPLEMENTATION
Defined in "setupapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/misc.c".
- Debug channel "setupapi".