Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::wstrncmp ( const P6WCHAR s1,
const P6WCHAR s2,
P6SIZE  length,
P6INT32 pRetval 
)
pure virtual

Case-sensitively 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