MultiByteToUnicode.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/setupapi/misc.c".

Debug channel "setupapi".