.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH lstrcmpA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBlstrcmpA\fR (KERNEL32.@) .SH SYNOPSIS int lstrcmpA ( LPCSTR \fIstr1\fR, LPCSTR \fIstr2\fR ) .SH DESCRIPTION .PP Compare two strings using the current thread locale. .SH PARAMS \fIstr1\fR \fB[In]\fR First string to compare. .PP \fIstr2\fR \fB[In]\fR Second string to compare. .PP .SH RETURNS .PP \fBSuccess:\fR A number less than, equal to or greater than \fB0\fR depending on whether \fIstr1\fR is less than, equal to or greater than \fIstr2\fR respectively. .PP \fBFailure:\fR \fBFALSE\fR. Use \fBGetLastError(3w)\fR to determine the cause. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.