Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function converts a copy of a given Unicode string to upper case and returns the converted string.
NTSTATUS NdisUpcaseUnicodeString(PUNICODE_STRINGDestinationString,PUNICODE_STRINGSourceString);
Parameters
- DestinationString
[out] Points to a caller-allocated buffer in which to return the converted string. - SourceString
[in] Points to the source Unicode string to be converted to upper case.
Return Values
- STATUS_SUCCESS
Returned the converted string in the buffer at DestinationString.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisAnsiStringToUnicodeString | NdisInitializeString | NdisInitUnicodeString
Send Feedback on this topic to the authors