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 i.e. the upcasing is done in place.
pUniUpStr
Supplies a flat pointer to the destination buffer to contain the upcased unicode string.
pUniStr
Supplies a flat pointer to the unicode string in mixed-case that needs to be upcased.
length
Supplies the length in bytes of the unicode source string.
pUniUpStr | Returns the upcased unicode string. |