NdisUpcaseUnicodeString - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

void NdisUpcaseUnicodeString(
  _d,
  _s
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisupcaseunicodestring)

NdisUpcaseUnicodeString macro

Description

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

Note This function is deprecated for NDIS 6.0 and later.

Parameters

_d

A pointer to a caller-allocated buffer in which to return the converted string.

_s

A pointer to the source Unicode string to be converted to upper case.

See also

RtlInitUnicodeString

RtlUnicodeStringToAnsiString

UNICODE_STRING