NdisUpcaseUnicodeString (Windows Embedded CE 6.0)

1/6/2010

This function converts a copy of a given Unicode string to upper case and returns the converted string.

Syntax

NTSTATUS NdisUpcaseUnicodeString(
  PUNICODE_STRING DestinationString,
  PUNICODE_STRING SourceString
);

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 Value

  • STATUS_SUCCESS
    Returned the converted string in the buffer at DestinationString.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisAnsiStringToUnicodeString
NdisInitializeString
NdisInitUnicodeString