STLdoc
STLdocumentation
|
#include <corecrt.h>
Go to the source code of this file.
Classes | |
struct | lconv |
Macros | |
#define | _INC_LOCALE |
#define | LC_ALL 0 |
#define | LC_COLLATE 1 |
#define | LC_CTYPE 2 |
#define | LC_MONETARY 3 |
#define | LC_NUMERIC 4 |
#define | LC_TIME 5 |
#define | LC_MIN LC_ALL |
#define | LC_MAX LC_TIME |
#define | _ENABLE_PER_THREAD_LOCALE 0x0001 |
#define | _DISABLE_PER_THREAD_LOCALE 0x0002 |
#define | _ENABLE_PER_THREAD_LOCALE_GLOBAL 0x0010 |
#define | _DISABLE_PER_THREAD_LOCALE_GLOBAL 0x0020 |
#define | _ENABLE_PER_THREAD_LOCALE_NEW 0x0100 |
#define | _DISABLE_PER_THREAD_LOCALE_NEW 0x0200 |
Variables | |
_In_ size_t | _Max_size |
_In_ size_t _In_z_ char const * | _Format |
_In_ size_t _In_z_ char const _In_ struct tm const * | _Timeptr |
_In_ size_t _In_z_ char const _In_ struct tm const _In_opt_ void * | _Lc_time_arg |
#define _DISABLE_PER_THREAD_LOCALE 0x0002 |
#define _DISABLE_PER_THREAD_LOCALE_GLOBAL 0x0020 |
#define _DISABLE_PER_THREAD_LOCALE_NEW 0x0200 |
#define _ENABLE_PER_THREAD_LOCALE 0x0001 |
#define _ENABLE_PER_THREAD_LOCALE_GLOBAL 0x0010 |
#define _ENABLE_PER_THREAD_LOCALE_NEW 0x0100 |
#define _INC_LOCALE |
#define LC_ALL 0 |
#define LC_COLLATE 1 |
#define LC_CTYPE 2 |
#define LC_MAX LC_TIME |
#define LC_MIN LC_ALL |
#define LC_MONETARY 3 |
#define LC_NUMERIC 4 |
#define LC_TIME 5 |
_Check_return_opt_ _ACRTIMP int __cdecl _configthreadlocale | ( | _In_ int | _Flag | ) |
_Check_return_opt_ _ACRTIMP _locale_t __cdecl _create_locale | ( | _In_ int | _Category, |
_In_z_ char const * | _Locale | ||
) |
_Check_return_opt_ _ACRTIMP _locale_t __cdecl _get_current_locale | ( | void | ) |
_Success_ | ( | return! | = 0 | ) |
_Success_ | ( | return | , |
0 | |||
) |
_Check_return_opt_ _ACRTIMP _locale_t __cdecl _wcreate_locale | ( | _In_ int | _Category, |
_In_z_ wchar_t const * | _Locale | ||
) |
_Check_return_opt_ _ACRTIMP wchar_t* __cdecl _wsetlocale | ( | _In_ int | _Category, |
_In_opt_z_ wchar_t const * | _Locale | ||
) |
_Check_return_opt_ _ACRTIMP struct lconv* __cdecl localeconv | ( | void | ) |
_Check_return_opt_ _ACRTIMP char* __cdecl setlocale | ( | _In_ int | _Category, |
_In_opt_z_ char const * | _Locale | ||
) |