|
pure virtual |
Convert upper-case wide-character string to lower-case string.
| pWs | [ in out ] Modify string character by character from upper case to lower case. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |