#include <nnsys/mcs.h>
BOOL NNS_McsPrintf(const char* format, ...);
format | Format specification string |
... | A variable number of arguments. |
Returns TRUE when the function was successful. Returns FALSE if it failed.
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.
NNS_McsInitPrint
, NNS_McsPutString
2004/12/17 Initial version.
CONFIDENTIAL