SetThreadLocale.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3w) to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "dlls/kernel32/locale.c".

Debug channel "nls".