.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHAnsiToUnicodeCP 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHAnsiToUnicodeCP\fR (SHLWAPI.216) .SH SYNOPSIS DWORD SHAnsiToUnicodeCP ( DWORD \fIdwCp\fR, LPCSTR \fIlpSrcStr\fR, LPWSTR \fIlpDstStr\fR, int \fIiLen\fR ) .SH DESCRIPTION .PP Convert an Ascii string to Unicode. .SH PARAMS \fIdwCp\fR \fB[In]\fR Code page for the conversion. .PP \fIlpSrcStr\fR \fB[In]\fR Source Ascii string to convert. .PP \fIlpDstStr\fR \fB[Out]\fR Destination for converted Unicode string. .PP \fIiLen\fR \fB[In]\fR Length of \fIlpDstStr\fR. .PP .SH RETURNS .PP The return value of the \fBMultiByteToWideChar(3w)\fR function called on \fIlpSrcStr\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.