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

Convert lower-case wide-character code to upper-case If there are no lower-case version of the wc parameter then wc is returned unchanged in pUpperWc.

Parameters
wc[ in ] A single wide character.
pUpperWc[ out ] Pointer to where the converted wide character is written.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.