Scroll to navigation

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