int _configthreadlocale( int per_thread_locale_type ); 参数 per_thread_locale_type 要设置的选项。 其中一个选项已在下表中列出。 返回值 以前的每个线程的区域设置状态(_DISABLE_PER_THREAD_LOCALE 或_ENABLE_PER_THREAD_LOCALE),在失败时为 -1。 备注 _configthreadlocale 函数用于控制特定于线程的区...
The _configurethreadlocale function is used to control the use of thread-specific locales. Use one of these options to specify or determine the per-thread locale status: _ENABLE_PER_THREAD_LOCALE Make the current thread use a thread-specific locale. Subsequent calls to setlocale in this thread...
The _configurethreadlocale function is used to control the use of thread-specific locales. _ENABLE_PER_THREAD_LOCALE Make the current thread use a thread-specific locale. Subsequent calls to setlocale in this thread affect only the thread's own locale. _DISABLE_PER_THREAD_LOCALE Make the curre...
int _configthreadlocale( int type ); Parameterstype The option or options to set. One of the options listed in the following table.Return ValueThe previous per-thread locale status (_DISABLE_PER_THREAD_LOCALE or _ENABLE_PER_THREAD_LOCALE), or -1 on failure.Remarks...
The _configthreadlocale function is used to control the use of thread-specific locales. Use one of these per_thread_locale_type options to specify or determine the per-thread locale status: Expand table OptionDescription _ENABLE_PER_THREAD_LOCALE Make the current thread use a thread-specific ...
int _configthreadlocale( int type ); Parameters type The option to set. One of the options listed in the following table. Return Value The previous per-thread locale status (_DISABLE_PER_THREAD_LOCALE or _ENABLE_PER_THREAD_LOCALE), or -1 on failure. ...
int _configthreadlocale( int type ); Parameters type The option to set. One of the options listed in the following table. Return Value The previous per-thread locale status (_DISABLE_PER_THREAD_LOCALE or _ENABLE_PER_THREAD_LOCALE), or -1 on failure. ...
int _configthreadlocale( int type ); Parameters type The option to set. One of the options listed in the following table. Return Value The previous per-thread locale status (_DISABLE_PER_THREAD_LOCALE or _ENABLE_PER_THREAD_LOCALE), or -1 on failure. ...
int _configthreadlocale( int type ); 参数 type 要设置的选项。 选项中的一个列在下面的表中。 返回值 上述每个线程区域设置状态 (_DISABLE_PER_THREAD_LOCALE 或 _ENABLE_PER_THREAD_LOCALE),或者失败时为-1。 备注 _configurethreadlocale 函数用于控制使用线程的特定区域设置。 使用以下选项之一指定或确定...
int _configthreadlocale( int type ); Parameters type The option to set. One of the options listed in the following table. Return Value The previous per-thread locale status (_DISABLE_PER_THREAD_LOCALE or _ENABLE_PER_THREAD_LOCALE), or -1 on failure. ...