StrCmpNCA(3w)
NAME
StrCmpNCA (SHLWAPI.151)
SYNOPSIS
DWORD StrCmpNCA ( LPCSTR lpszSrc, LPCSTR lpszCmp, INT len )
DESCRIPTION
Compare two Ascii strings up to a given length.
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".