Share via


NdisUpcaseUnicodeString (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.