lstrcmpiA(3w)

NAME

lstrcmpiA (KERNEL32.@)

SYNOPSIS

int lstrcmpiA
 (
  LPCSTR str1,
  LPCSTR str2
 )

DESCRIPTION

Compare two strings using the current thread locale, ignoring case.

PARAMS

str1 [In] First string to compare.

str2 [In] Second string to compare.

RETURNS

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(3w) to determine the cause.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".

Debug channel "nls".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout