
int | ProTKVswprintf |
( wchar_t* buffer /* (Out) The buffer into which the output will be printed. */ size_t size /* (In) The number of characters that may be written in the output buffer. */ const wchar_t* 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 buffer. |
