NdisUpcaseUnicodeString (Compact 2013)
3/26/2014
This function converts a copy of a given Unicode string to uppercase 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 uppercase.
Return Value
Value |
Description |
---|---|
STATUS_SUCCESS |
Returned the converted string in the buffer at DestinationString. |
Requirements
Header |
ndis.h |
See Also
Reference
NDIS String Interface
NdisAnsiStringToUnicodeString
NdisInitializeString
NdisInitUnicodeString