.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DoesStringRoundTripA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDoesStringRoundTripA\fR (SHLWAPI.364) .SH SYNOPSIS BOOL DoesStringRoundTripA ( LPCSTR \fIlpSrcStr\fR, LPSTR \fIlpDst\fR, INT \fIiLen\fR ) .SH DESCRIPTION .PP Determine if an Ascii string converts to Unicode 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, since Ascii strings always convert identically. .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.