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

Converts the specified NULL terminated string to uppercase in-place.

Parameters
pszStr[ in ] A pointer to the string to convert.
cchMax[ in ] The maximum number of characters to convert.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpStr is NULL or cchMax is zero
P6R::eTooBigcchMax characters was reached in the conversion. Only cchMax characters were converted.