StrCmpNIStrCmpNI*
*



Contents  *



Index  *Topic Contents
*Previous Topic: StrCmpN
*Next Topic: StrCpyN

StrCmpNI


int StrCmpNI(
    LPCTSTR lpStr1,
    LPCTSTR lpStr2, 
    int nChar
    );

#define StrNCmpI StrCmpNI

Compares a specified number of characters of two strings to determine if they are the same. The comparison is not case sensitive. The StrNCmpI macro differs from this function in name only.

lpStr1
Address of the first string to be compared.
lpStr2
Address of the second string to be compared.
nChar
Number of characters to be compared.

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