Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::trimEndW ( P6WCHAR pszStr,
P6SIZE  cchMax 
)
pure virtual

Trim trailing space, tab, carraige return and newline characters from the specified NULL terminated wide string.

Parameters
pszStr[ in ] A pointer to the NULL terminated string to trim.
cchMax[ in ] The maximum possible length of the string in character.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpszStr is NULL or ccMax is zero
P6R::eTooBigcchMax characters was reached in the search for the end of the string.