___setlc_active_func, ___unguarded_readlc_active_add_func

已過時。 CRT 只會為保留二進位相容性匯出這些內部函式。

語法

int ___setlc_active_func(void);
int * ___unguarded_readlc_active_add_func(void);

傳回值

傳回的值並不重要。

備註

雖然內部 CRT 函式 ___setlc_active_func___unguarded_readlc_active_add_func 過時且不再使用,但 CRT 連結庫會匯出它們,以保留二進位相容性。 ___setlc_active_func 的最初目的是要將目前作用中呼叫數傳回至 setlocale 函式。 ___unguarded_readlc_active_add_func 的最初目的是要在不鎖定地區設定的情況下,傳回參考地區設定的函式數。

需求

常式 必要的標頭
___setlc_active_func, ___unguarded_readlc_active_add_func none

另請參閱

setlocale, _wsetlocale