CMDPrintError, CMDPrintMessage, CMDPrintSysError, CMDPrintSysMessage, CMDPrintHelpMessage

Synopsis

CMDAPIIMPORT void CMDPrintError0 ( unsigned int code ) ;
CMDAPIIMPORT void CMDPrintError1 ( unsigned int code, const char * a1 ) ;
CMDAPIIMPORT void CMDPrintError2 ( unsigned int code, const char * a1, const char * a2 ) ;
CMDAPIIMPORT void CMDPrintMessage0 ( unsigned int code ) ;
CMDAPIIMPORT void CMDPrintMessage1 ( unsigned int code, const char * a1 ) ;
CMDAPIIMPORT void CMDPrintMessage2 ( unsigned int code, const char * a1, const char * a2 ) ;
CMDAPIIMPORT void CMDPrintMessage3 ( unsigned int code, const char * a1, const char * a2, const char * a3 ) ;
CMDAPIIMPORT void CMDPrintHelpMessage2 ( unsigned int code, const char * a1, const char * a2 ) ;
CMDAPIIMPORT void CMDPrintSysError0 ( unsigned int code ) ;
CMDAPIIMPORT void CMDPrintSysError1 ( unsigned int code, const char * a1 ) ;
CMDAPIIMPORT void CMDPrintSysError2 ( unsigned int code, const char * a1, const char * a2 ) ;
CMDAPIIMPORT void CMDPrintSysMessage0 ( unsigned int code ) ;
CMDAPIIMPORT void CMDPrintSysMessage1 ( unsigned int code, const char * a1 ) ;
CMDAPIIMPORT void CMDPrintSysMessage2 ( unsigned int code, const char * a1, const char * a2 ) ;

Description

The given message is printed to standard output or standard error. If the message file cannot be found (using the DPATH environment variable) and opened, the message number is printed with an appropriate three letter prefix (such as "SYS1041") followed by the message parameters.


The 32-bit Command Interpreter is © Copyright Jonathan de Boyne Pollard. "Moral" rights are asserted.