lstrcmpiA (KERNEL32.@)
int lstrcmpiA ( LPCSTR str1, LPCSTR str2 )
Compare two strings using the current thread locale, ignoring case.
str1 | [In] | First string to compare. |
str2 | [In] | Second string to compare. |
Success: A number less than, equal to or greater than 0 depending on whether str2 is less than, equal to or greater than str1 respectively.
Failure: FALSE. Use GetLastError to determine the cause.
Defined in "shlwapi.h".
Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.