.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCmpCA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCmpCA\fR (SHLWAPI.155) .SH SYNOPSIS DWORD StrCmpCA ( LPCSTR \fIlpszSrc\fR, LPCSTR \fIlpszCmp\fR ) .SH DESCRIPTION .PP Compare two Ascii strings. .SH PARAMS \fIlpszSrc\fR \fB[In]\fR Source string. .PP \fIlpszCmp\fR \fB[In]\fR String to compare to \fIlpszSrc\fR. .PP .SH RETURNS .PP A number greater than, less than or equal to \fB0\fR depending on whether \fIlpszSrc\fR is greater than, less than or equal to \fIlpszCmp\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.