Microsoft SDK for Java

jio_vsnprintf

Prints to a string with a buffer limit using a va_list macro for arguments.

Syntax

int __cdecl jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args);

Return Value

Returns the length of the string after printing to it.

Parameters

*str The address of the string to print to.
count The limit of the number of characters to print.
*fmt The address of the format string.
args Argument list.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.