summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/FDISK/MSGRET.H
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/FDISK/MSGRET.H')
-rw-r--r--v4.0/src/CMD/FDISK/MSGRET.H55
1 files changed, 55 insertions, 0 deletions
diff --git a/v4.0/src/CMD/FDISK/MSGRET.H b/v4.0/src/CMD/FDISK/MSGRET.H
new file mode 100644
index 0000000..dd95b37
--- /dev/null
+++ b/v4.0/src/CMD/FDISK/MSGRET.H
@@ -0,0 +1,55 @@
1/*  */
2/*----------------------------------------------------------------------+
3| |
4| This file contains the structures and defines that are needed to use |
5| the message retriever C program. |
6| |
7| |
8| Date: 6-27-87 |
9| |
10+----------------------------------------------------------------------*/
11
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 */
16
17#define DosStdEr 2 /*;AN000; standard error */
18
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 */
24
25
26#define utility_msg_class 0xff /*;AN000; Utility message type */
27
28
29/* Sublist Flag Values */
30
31/* Alignment Indicator */
32#define sf_left 0x00 /*;AN000; left align */
33#define sf_right 0x80 /*;AN000; right align */
34
35/* Field Type */
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 */
43
44
45/* Data Variable Size */
46
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 */
52
53#define YesMsg 0x09 /* AN012 */
54#define NoMsg 0x0A /* AN012 */
55