StrCmpCA(3w)
NAME
StrCmpCA (SHLWAPI.155)
SYNOPSIS
DWORD StrCmpCA ( LPCSTR lpszSrc, LPCSTR lpszCmp )
DESCRIPTION
Compare two Ascii strings.
PARAMS
lpszSrc [In] Source string.
lpszCmp [In] String to compare to lpszSrc.
RETURNS
A number greater than, less than or equal to 0 depending on whether lpszSrc is greater than, less than or equal to lpszCmp.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".