___lc_collate_cp_func

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at ___lc_collate_cp_func.

Internal CRT function. Retrieves the current collation code page of the thread.

UINT ___lc_codepage_func(void);  

The current collation code page of the thread.

___lc_collate_cp_func is an internal CRT function that is used by other CRT functions to get the current collation code page from the thread local storage for CRT data. This information is also available by using the _get_current_locale function.

Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.

RoutineRequired header
___lc_collate_cp_funccrt\src\setlocal.h

_get_current_locale
setlocale, _wsetlocale
_create_locale, _wcreate_locale
_free_locale

Show: