NNS_McsPrintf

C Specification

#include <nnsys/mcs.h>
BOOL NNS_McsPrintf(const char* format, ...);

Arguments

format Format specification character string
... Variable number of arguments

Return Values

Returns TRUE when the function was successful. Returns FALSE if it failed.

Description

Outputs a character string to the MCS server. According to the format specification character string, variable number of arguments can be given.

The maximum length of the character string to output is the size of the buffer (bytes) specified with the function NNS_McsInitPrint -1.

See Also

NNS_McsInitPrint, NNS_McsPutString

Revision History

12/17/2004 Initial version.