Scroll to navigation

_strupr(3w) Wine API _strupr(3w)

NAME

_strupr (NTDLL.@)

SYNOPSIS

LPSTR _strupr
(
LPSTR str
)
 

DESCRIPTION

Convert a string to upper case.
 

PARAMS

str [In/Out] String to convert.
 

RETURNS

str. There is no error return, if str is NULL or invalid, this function will crash.
 

IMPLEMENTATION

Declared in "tchar.h".
Implemented in "dlls/ntdll/string.c".
Oct 2012 Wine API