table of contents
other versions
- wheezy 1.4.1-4
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: OtherwiseIMPLEMENTATION¶
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 |