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

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

Parameters
wc[ in ] A single wide character.
pLowerWc[ 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.