ChrCmpIA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".