virtual P6R::P6ERR P6R::p6ISafeString::wstrnicmp ( const P6R::P6WCHAR *  s1,
const P6R::P6WCHAR *  s2,
P6R::P6SIZE  length,
P6R::P6INT32 *  pRetval 
) [pure virtual]

Case-insensitively compares length character of s1 and s2.

Parameters:
s1 [in] A pointer to the first string to compare.
s2 [in] A pointer to the second string to compare.
length [in] The number of charaters to compare.
pRetval [out] The address of a P6INT32 in which will be placed the result of the comparison. A value of zero indicates equality, -1 indicates s1 < s2 and 1 indicates s1 > s2.
Returns:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.