Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::getCollationInUse ( const P6CHAR **  pCollationName)
pure virtual

Returns the collation string of the active locale.

Note that this string is temporary and could change at any time. If the caller wishes to keep a copy (so as to reset the value at a later time), then the caller must make a copy of it immediately.

Parameters
pCollationName[ out ] A pointer to be constant string.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.