NAME

_strlwr  (NTDLL.@)

SYNOPSIS

 LPSTR _strlwr
 (
  LPSTR str
 )

DESCRIPTION

Convert a string to lowercase.

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". https://source.winehq.org/source/include/tchar.h

Implemented in "dlls/ntdll/string.c". https://source.winehq.org/source/dlls/ntdll/string.c


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