Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wcsupr ( P6WCHAR pWs)
pure virtual

Convert lower-case wide-character string to upper-case string.

Parameters
pWs[ in out ] Modify string character by character from lower case to upper case.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.