ChrCmpIChrCmpI*
*Contents  *Index  *Topic Contents
*Previous Topic: String Functions
*Next Topic: StrChr

ChrCmpI


BOOL ChrCmpI(
    TCHAR c1,
    TCHAR c2
    );

Performs a comparison between two characters. The comparison is not case sensitive.

c1
First character to be compared.
c2
Second character to be compared.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.