getEcho |
Top Previous Next |
Delivers the issue status. With getEcho the momentary issue form can be determined. The way like the issue occurs, is steered about constants. The constants are performed below. Parametre --- (void) [IN] Result (int) [OUT] getEcho delivers one or several constants (geodert) which describe the issue form. Declaration #include "system.h"
int DLLENTRY getEcho ( void ); Constants ECHO_MODE_MODEOFF 0 ECHO_MODE_OUT_TEXT 0 ECHO_MODE_MODEINPUT 1 ECHO_MODE_MODEEXEC 2 ECHO_MODE_MODE 3 ECHO_MODE_MODEON 3 ECHO_MODE_COORDS 4 ECHO_MODE_SUB 8 ECHO_MODE_VERBOSE 16 ECHO_MODE_OUT_POPUPTEXT 32 ECHO_MODE_OUT_STOPTEXT 64 ECHO_MODE_OUT 96 ECHO_MODE_OUT_DIAGS 96 ECHO_MODE_NO_CONDITIONAL 128 ECHO_MODE_NO_COND_ERROR 256 ECHO_MODE_SILENT 512 Related functions
|