共用方式為


_get_printf_count_output

指出 printf、_printf_l、wprintf、_wprintf_l-函式家族支援 %n 格式。

int _get_printf_count_output();

傳回值

若 %n 支援則為非 0,如果 %n 不支援則為0。

備註

如果 %n 不支援 (預設值),會在格式字串的任何 %n printf 函式將叫用無效的參數處理常式如 參數驗證中所述。 %n 支援有效 (請參閱 _set_printf_count_output) %n 會表現如 printf 類型欄位字元中所述。

需求

常式

必要的標頭

_get_printf_count_output

<stdio.h>

如需其他相容性資訊,請參閱<簡介>中的相容性

範例

請參閱_set_printf_count_output中的範例。

NET Framework 對等

不適用。 若要呼叫標準 C 函式,請使用 PInvoke。 如需詳細資訊,請參閱平台叫用範例