int _configthreadlocale( int per_thread_locale_type ); 參數 per_thread_locale_type 要設定的選項。 下表中列出的其中一個選項。 傳回值 前一個個別執行緒地區設定狀態 (_DISABLE_PER_THREAD_LOCALE 或_ENABLE_PER_THREAD_LOCALE),失敗時則為 -1。 備註 _configthreadlocale 函式用來控制如何使用執行緒...
_configthreadlocale函数用于控制特定于线程的区域设置的使用。 请使用以下per_thread_locale_type选项之一指定或确定每个线程的区域设置状态: 选项说明 _ENABLE_PER_THREAD_LOCALE使当前线程使用特定于线程的区域设置。 此线程中对setlocale的后续调用只会影响线程自己的区域设置。
int _configthreadlocale( int type ); パラメーター type 設定する値。 次の一覧に示すオプションのいずれかを指定します。 戻り値 スレッドごとのロケールの以前のステータス (_DISABLE_PER_THREAD_LOCALE または _ENABLE_PER_THREAD_LOCALE) を返します。エラー発生時には -1 を返しま...
_configthreadlocale(_ENABLE_PER_THREAD_LOCALE); // Retrieve the time string from the helper function printf("The thread locale is now set to %s.\n", setlocale(LC_ALL, "English")); // Create the second thread. hThread = (HANDLE)_beginthreadex( NULL, 0, &SecondThreadFunc, NULL, 0,...
_configthreadlocale(_ENABLE_PER_THREAD_LOCALE); // Retrieve the time string from the helper function printf("The thread locale is now set to %s.\n", setlocale(LC_ALL, "English")); // Create the second thread. hThread = (HANDLE)_beginthreadex( NULL, 0, &SecondThreadFunc, NULL, 0,...
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. Remarks The _configurethreadlocale ...
int _configthreadlocale( int type ); Parameters type The option or options 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. Remarks The _configurethr...
_configthreadlocale(_ENABLE_PER_THREAD_LOCALE); // Retrieve the time string from the helper function printf("The thread locale is now set to %s.\n", setlocale(LC_ALL, "English")); // Create the second thread. hThread = (HANDLE)_beginthreadex( NULL, 0, &SecondThreadFunc, NULL, 0,...
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...