|
pure virtual |
Converts the specified NULL terminated string to uppercase in-place.
| pszStr | [ in ] A pointer to the string to convert. |
| cchMax | [ in ] The maximum number of characters to convert. |
| 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. |