NAME

NTDLL_iswalpha  (NTDLL.@)

SYNOPSIS

 INT NTDLL_iswalpha
 (
  WCHAR wc
 )

DESCRIPTION

Checks if an unicode character wc is a letter.

RETURNS

TRUE: The unicode character wc is a letter.

FALSE: Otherwise

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/wcstring.c". source.winehq.org/source/dlls/ntdll/wcstring.c

Debug channel "ntdll".


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