|
pure virtual |
Trim trailing space, tab, carraige return and newline characters from the specified NULL terminated wide string.
| pszStr | [ in ] A pointer to the NULL terminated string to trim. |
| cchMax | [ in ] The maximum possible length of the string in character. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pszStr is NULL or ccMax is zero |
| P6R::eTooBig | cchMax characters was reached in the search for the end of the string. |