table of contents
other versions
- wheezy 1.4.1-4
StrCmpLogicalW(3w) | Wine API | StrCmpLogicalW(3w) |
NAME¶
StrCmpLogicalW (SHLWAPI.@)SYNOPSIS¶
INT StrCmpLogicalW(
LPCWSTR lpszStr,
LPCWSTR lpszComp
)
DESCRIPTION¶
Compare two strings, ignoring case and comparing digits as numbers.PARAMS¶
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 |