|
pure virtual |
Allows the caller to change the collation of the active locale.
This function can be called any number of times after initialize.
| pCollationName | [ in ] This must be a defined and installed collation on the caller's machine. |
| Success | P6R::eOk | |
| Failure | P6R::ePathNotFound | Could not open locale mapping file. |
| P6R::eFail | Collation is not recogized. | |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |