Category Creo Parametric TOOLKIT fundamentals, Object ProString

Function ProTKVfprintf


Description
Provides a UNICODE-supported equivalent to the C run time function vfprintf(). This function supports all format specifiers and modifiers as are supported by the C-language specification. The file will receive the data as UNICODE-encoded data.
Synopsis
#include <ProTKRunTime.h>
intProTKVfprintf(
FILE* file
/* (In)
The file to which the characters will be written.
*/
const char* format_string
/* (In)
The format string.
*/
va_list args
/* (In)
The variant values to replace the format specifiers included in the string.
*/
)
Returns
ValueThe number of characters copied into the file.

Manual References:

  1. Unicode Encoding: Special External Interface: printf() and scanf() Functions