table of contents
other versions
- wheezy 1.4.1-4
ChrCmpIA(3w) | Wine API | ChrCmpIA(3w) |
NAME¶
ChrCmpIA (SHLWAPI.385)SYNOPSIS¶
BOOL ChrCmpIA(
WORD ch1,
WORD ch2
)
DESCRIPTION¶
Compare two characters, ignoring case.PARAMS¶
ch1 [In] First character to compare. ch2 [In] Second character to compare.RETURNS¶
FALSE, if the characters are equal. Non-zero otherwise.IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/string.c". Debug channel "shell".Oct 2012 | Wine API |