.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCmpNIA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCmpNIA\fR (SHLWAPI.@) .SH SYNOPSIS int StrCmpNIA ( LPCSTR \fIlpszStr\fR, LPCSTR \fIlpszComp\fR, int \fIiLen\fR ) .SH DESCRIPTION .PP Compare two strings, up to a maximum length, ignoring case. .SH PARAMS \fIlpszStr\fR \fB[In]\fR First string to compare. .PP \fIlpszComp\fR \fB[In]\fR Second string to compare. .PP \fIiLen\fR \fB[In]\fR Maximum number of characters 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.