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

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.