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

Trim off trailing white space off the end of a string (i.e., { space, tab, newline, carriage return } ).

This is a wide character function.

Parameters
pWs[ in ] Pointer to a string of wide characters.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgif pWs is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.