
int | ProTKVfprintf |
( 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. */ ) |

Value | The number of characters copied into the file. |
