virtual P6R::P6ERR P6R::p6ISafeString::wstrupr ( P6R::P6WCHAR *  pszStr,
P6R::P6SIZE  cchMax 
) [pure virtual]

Converts the specified NULL terminated wide 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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.