.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCmpIW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCmpIW\fR (SHLWAPI.@) .SH SYNOPSIS int StrCmpIW ( LPCWSTR \fIlpszStr\fR, LPCWSTR \fIlpszComp\fR ) .SH DESCRIPTION .PP Compare two strings, ignoring case. .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.