.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IntlStrEqWorkerA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIntlStrEqWorkerA\fR (COMCTL32.376) .SH SYNOPSIS BOOL IntlStrEqWorkerA ( BOOL \fIbCase\fR, LPCSTR \fIlpszStr\fR, LPCSTR \fIlpszComp\fR, int \fIiLen\fR ) .SH DESCRIPTION .PP Compare two strings. .SH PARAMS \fIbCase\fR \fB[In]\fR Whether to compare case sensitively. .PP \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 Length to compare. .PP .SH RETURNS .PP \fBTRUE\fR If the strings are equal. \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/comctl32/string.c"\fR. .PP Debug channel \fB"commctrl"\fR.