You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
//... RLMAN.H
|
|
|
|
#define SUCCESS 0
|
|
|
|
#define IDM_HELPUSAGE 901
|
|
|
|
//... MSG ID #'s for usage message lines
|
|
|
|
#define IDS_USG_00 256
|
|
#define IDS_USG_01 IDS_USG_00 + 1
|
|
#define IDS_USG_02 IDS_USG_00 + 2
|
|
#define IDS_USG_03 IDS_USG_00 + 3
|
|
#define IDS_USG_04 IDS_USG_00 + 4
|
|
#define IDS_USG_05 IDS_USG_00 + 5
|
|
#define IDS_USG_06 IDS_USG_00 + 6
|
|
#define IDS_USG_07 IDS_USG_00 + 7
|
|
#define IDS_USG_08 IDS_USG_00 + 8
|
|
#define IDS_USG_09 IDS_USG_00 + 9
|
|
#define IDS_USG_10 IDS_USG_00 + 10
|
|
#define IDS_USG_11 IDS_USG_00 + 11
|
|
#define IDS_USG_12 IDS_USG_00 + 12
|
|
#define IDS_USG_13 IDS_USG_00 + 13
|
|
#define IDS_USG_14 IDS_USG_00 + 14
|
|
#define IDS_USG_15 IDS_USG_00 + 15
|
|
#define IDS_USG_16 IDS_USG_00 + 16
|
|
#define IDS_USG_17 IDS_USG_00 + 17
|
|
#define IDS_USG_18 IDS_USG_00 + 18
|
|
#define IDS_USG_19 IDS_USG_00 + 19
|
|
#define IDS_USG_20 IDS_USG_00 + 20
|
|
#define IDS_USG_21 IDS_USG_00 + 21
|
|
#define IDS_USG_22 IDS_USG_00 + 22
|
|
#define IDS_USG_23 IDS_USG_00 + 23
|
|
#define IDS_USG_24 IDS_USG_00 + 24
|
|
#define IDS_USG_25 IDS_USG_00 + 25
|
|
#define IDS_USG_26 IDS_USG_00 + 26
|
|
#define IDS_USG_27 IDS_USG_00 + 27
|
|
#define IDS_USG_END IDS_USG_27 + 1 //... Must be 1 greater than last IDS_USG_nn
|
|
|
|
|