Case insensitively lexographically compares two strings.
- Parameters
-
| pStr1 | [ in ] A pointer to the first NULL terminated string to compare. |
| pStr2 | [ in ] A pointer to the second NULL terminated string to compare. |
| cchMax | [ in ] The maximum number of charaters to compare. |
| pRetval | [ out ] A pointer to a P6R::P6INT32 in which will be placed the result of the comparison indicating the relationship between the string. |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | s1 or s2 or pRetval is NULL |
| P6R::eTooBig | cchMax characters was exceeded in the comparison. The comparison was aborted. |