Scroll to navigation

NTDLL_iswspace(3w) Wine API NTDLL_iswspace(3w)

NAME

NTDLL_iswspace (NTDLL.@)

SYNOPSIS

INT NTDLL_iswspace
(
WCHAR wc
)
 

DESCRIPTION

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

RETURNS

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

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/wcstring.c".
Oct 2012 Wine API