Converts the specified NULL terminated string to lowercase in-place.
- Parameters:
-
| pszStr | [in] A pointer to the string to convert. |
| cchMax | [in] The maximum number of characters to convert. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pStr is NULL or cchMax is zero |
P6R::eTooBig | cchMax characters was reached in the conversion. Only cchMax characters were converted. |