函数名称: _wcsnicmp
系统要求: Windows CE 2.0 and later.
头文件: stdio.h, string.h
所在DLL: coredll.dll
函数功能: 比较指定长度的两个字符串。
参数:
第1个参数: const wchar_t *string1
第一个字符串。
第2个参数: const wchar_t *string2
第二个字符串。
第3个参数: size_t count
比较的长度。
返回值: 字符串小于,等于,大于对应负数 , 0 , 正数。
系统要求: Windows CE 2.0 and later.
头文件: stdio.h, string.h
所在DLL: coredll.dll
函数功能: 比较指定长度的两个字符串。
参数:
第1个参数: const wchar_t *string1
第一个字符串。
第2个参数: const wchar_t *string2
第二个字符串。
第3个参数: size_t count
比较的长度。
返回值: 字符串小于,等于,大于对应负数 , 0 , 正数。