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: