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