Scroll to navigation

StrIsIntlEqualA(3w) Wine API StrIsIntlEqualA(3w)

NAME

StrIsIntlEqualA (SHLWAPI.@)

SYNOPSIS

BOOL StrIsIntlEqualA
(
BOOL bCase,
LPCSTR lpszStr,
LPCSTR lpszComp,
int iLen
)
 

DESCRIPTION

Compare two strings.
 

PARAMS

bCase [In] Whether to compare case sensitively.
lpszStr [In] First string to compare.
lpszComp [In] Second string to compare.
iLen [In] Length to compare.
 

RETURNS

TRUE If the strings are equal. FALSE Otherwise.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API