.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCmpW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCmpW\fR (SHLWAPI.@) .SH SYNOPSIS int StrCmpW ( LPCWSTR \fIlpszStr\fR, LPCWSTR \fIlpszComp\fR ) .SH DESCRIPTION .PP Compare two strings. .SH PARAMS \fIlpszStr\fR \fB[In]\fR First string to compare. .PP \fIlpszComp\fR \fB[In]\fR Second string to compare. .PP .SH RETURNS .PP An integer less than, equal to or greater than \fB0\fR, indicating that \fIlpszStr\fR is less than, the same, or greater than \fIlpszComp\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.