NAME

NTDLL_iswspace  (NTDLL.@)

SYNOPSIS

 INT NTDLL_iswspace
 (
  WCHAR wc
 )

DESCRIPTION

Checks if an unicode character wc is a white space character.

RETURNS

TRUE: The unicode character wc is a white space character.

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


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