NAME

SetThreadLocale  (KERNEL32.@)

SYNOPSIS

 BOOL SetThreadLocale
 (
  LCID lcid
 )

DESCRIPTION

Set the current threads locale.

PARAMS

lcid [In] LCID of the locale to set.

RETURNS

Success: TRUE. The threads locale is set to lcid.

Failure: FALSE. Use GetLastError to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "dlls/kernel/locale.c". source.winehq.org/source/dlls/kernel/locale.c

Debug channel "nls".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.