NWLstrupr
Converts a string to uppercase using locale information
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
pnstr N_API NWLstrupr (
pnstr string);
uses netwin32
Function NWLstrupr
(str : pnstr
) : pnstr;
Returns a pointer to the lower case string parameter.
NWLstrupr is sensitive to double-byte characters if the locale includes double-byte characters.