2 /*----------------------------------------------------------------------+
4 | This file contains the structures and defines that are needed to use |
5 | the message retriever C program. |
10 +----------------------------------------------------------------------*/
12 #define NORMAL_PRELOAD 0 /* AN000 */
13 #define ALL_UTILITY_MESSAGES -1 /* AN000 */
14 #define Utility_Msg_Class -1 /* AN014 */
15 #define Ext_Err_Class 1 /* AN014 */
17 #define DosStdEr 2 /*;AN000; standard error */
19 #define nosubptr 0 /*;AN000; no sublist pointer */
20 #define nosubcnt 0 /*;AN000; 0 substitution count */
21 #define oneparm 1 /*;AN000; 1 substitution count */
22 #define twoparm 2 /*;AN000; 2 substitution count */
23 #define noinput 0 /*;AN000; no user input */
26 #define utility_msg_class 0xff /*;AN000; Utility message type */
29 /* Sublist Flag Values */
31 /* Alignment Indicator */
32 #define sf_left 0x00 /*;AN000; left align */
33 #define sf_right 0x80 /*;AN000; right align */
36 #define sf_char 0x00 /*;AN000; character */
37 #define sf_unsbin2d 0x01 /*;AN000; unsigned binary to decimal */
38 #define sf_sbin 0x02 /*;AN000; signed binary to decimal */
39 #define sf_unsbin2h 0x03 /*;AN000; unsigned binary to hex */
40 #define sf_date 0x04 /*;AN000; date */
41 #define sf_time12 0x05 /*;AN000; time 12-hour */
42 #define sf_time24 0x06 /*;AN000; time 24-hour */
45 /* Data Variable Size */
47 #define sf_ch 0x00 /*;AN000; single character */
48 #define sf_asciiz 0x10 /*;AN000; asciiz string */
49 #define sf_word 0x20 /*;AN000; word */
50 #define sf_dword 0x30 /*;AN000; double word */
51 #define sf_word 0x20 /*;AN000; word */
53 #define YesMsg 0x09 /* AN012 */
54 #define NoMsg 0x0A /* AN012 */