// ndis.h
void NdisUpcaseUnicodeString(
_d,
_s
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
_dA pointer to a caller-allocated buffer in which to return the converted string.
_sA pointer to the source Unicode string to be converted to upper case.