.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DoesStringRoundTripW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDoesStringRoundTripW\fR (SHLWAPI.365) .SH SYNOPSIS BOOL DoesStringRoundTripW ( LPCWSTR \fIlpSrcStr\fR, LPSTR \fIlpDst\fR, INT \fIiLen\fR ) .SH DESCRIPTION .PP Determine if a Unicode string converts to Ascii and back identically. .SH PARAMS \fIlpSrcStr\fR \fB[In]\fR Source Unicode string to convert. .PP \fIlpDst\fR \fB[Out]\fR Destination for resulting Ascii string. .PP \fIiLen\fR \fB[In]\fR Length of \fIlpDst\fR in characters. .PP .SH RETURNS .PP \fBTRUE\fR, if \fIlpSrcStr\fR converts to Ascii and back identically, \fBFALSE\fR otherwise. .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.