.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHAnsiToUnicode 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHAnsiToUnicode\fR (SHLWAPI.215) .SH SYNOPSIS DWORD SHAnsiToUnicode ( LPCSTR \fIlpSrcStr\fR, LPWSTR \fIlpDstStr\fR, int \fIiLen\fR ) .SH DESCRIPTION .PP Convert an Ascii string to Unicode. .SH PARAMS \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 NOTES .PP This function simply calls SHAnsiToUnicodeCP with code page \fBCP_ACP\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.