NNS_McsPrintf

Syntax

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

Arguments

format Format specification string
... A variable number of arguments.

Return Values

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

Description

Outputs a string to the MCS server. In accordance with the format specification string, the number of arguments given may vary.

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

See Also

NNS_McsInitPrint, NNS_McsPutString

Revision History

2004/12/17 Initial version.


CONFIDENTIAL