StrCmpNICA(3w)
NAME
StrCmpNICA (SHLWAPI.153)
SYNOPSIS
DWORD StrCmpNICA ( LPCSTR lpszSrc, LPCSTR lpszCmp, DWORD len )
DESCRIPTION
Compare two Ascii strings up to a given length, ignoring case.
PARAMS
lpszSrc [In] Source string.
lpszCmp [In] String to compare to lpszSrc.
len [In] Maximum length.
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".