_get_printf_count_output

指示是否 printf, _printf_l, wprintf, _wprintf_l- 函数族支持 %n 格式。

int _get_printf_count_output();

返回值

非零,则 %n 支持, 0; 如果 %n 不受支持。

备注

如果 %n 不支持 (默认值),在遇到的格式字符串的 %n 任何 printf 函数将调用无效参数处理程序 参数验证如中所述。 如果 %n 支持启用了 (请参见 _set_printf_count_output) %n 然后将正常工作 printf键入域字符所述。

要求

实例

必需的头

_get_printf_count_output

stdio.h

有关其他的兼容性信息,请参见中介绍的 兼容性

示例

_set_printf_count_output参见示例。

.NET Framework 等效

不适用。 若要调用标准 C 函数,请使用 PInvoke。 有关更多信息,请参见 平台调用示例