UniToUpper(
string_t pUniUpStr,
string_t pUniStr,
unsigned int length
)
This service converts a mixed-case unicode string into an uppercased unicode string. For this service, the source and destination buffers can be the same, that is, the upcasing is done in place.
pUniUpStr | Returns the upcased unicode string. |