table of contents
other versions
- wheezy 1.4.1-4
InvalidateNLSCache(3w) | Wine API | InvalidateNLSCache(3w) |
NAME¶
InvalidateNLSCache (KERNEL32.@)SYNOPSIS¶
BOOL InvalidateNLSCache(
)
DESCRIPTION¶
Invalidate the cache of NLS values.PARAMS¶
None.RETURNS¶
Success: TRUE. Failure: FALSE.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/kernel32/locale.c". Debug channel "nls".Oct 2012 | Wine API |