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 "include/windowsx.h". gitlab.winehq.org/wine/wine/blob/master/include/windowsx.h

Implemented in "dlls/ntdll/string.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/string.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.