table of contents
other versions
- wheezy 1.4.1-4
IsCharSpaceW(3w) | Wine API | IsCharSpaceW(3w) |
NAME¶
IsCharSpaceW (SHLWAPI.29)SYNOPSIS¶
BOOL IsCharSpaceW(
WCHAR wc
)
DESCRIPTION¶
Determine if a Unicode character is a space.PARAMS¶
wc [In] Character to check.RETURNS¶
TRUE, if wc is a space, FALSE otherwise.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/shlwapi/ordinal.c". Debug channel "shell".Oct 2012 | Wine API |