.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MultiByteToUnicode 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMultiByteToUnicode\fR (SETUPAPI.@) .SH SYNOPSIS LPWSTR MultiByteToUnicode ( LPCSTR \fIlpMultiByteStr\fR, UINT \fIuCodePage\fR ) .SH DESCRIPTION .PP Converts a multi-byte string to a Unicode string. .SH PARAMS \fIlpMultiByteStr\fR \fB[In]\fR Multi-byte string to be converted. .PP \fIuCodePage\fR \fB[In]\fR Code page. .PP .SH RETURNS .PP \fBSuccess:\fR pointer to the converted Unicode string .PP \fBFailure:\fR \fBNULL\fR. .SH NOTE .PP Use MyFree to release the returned Unicode string. .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.