Changeset 5160 for trunk/src/win32k/utils/Dialog.h
- Timestamp:
- Feb 17, 2001, 9:25:44 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/utils/Dialog.h
r5119 r5160 1 /* $Id: Dialog.h,v 1. 2 2001-02-11 23:41:46bird Exp $1 /* $Id: Dialog.h,v 1.3 2001-02-17 20:25:44 bird Exp $ 2 2 * 3 3 * Dialog IDs. … … 21 21 22 22 /* 23 * The Win32kCC (main) dialog.23 * The Win32kCC (main) notebook dialog. 24 24 */ 25 #define DL_WIN32KCC 1000 25 #define DL_WIN32KCC 1001 26 #define DL_WIN32KCC_OLD 1000 27 #define DL_WIN32KCC_NTBK 1002 26 28 27 #define GR_LOGGING 1010 28 #define CB_LOGGING_ENABLED 1011 29 #define RB_LOGGING_COM1 1012 30 #define RB_LOGGING_COM2 1013 31 #define RB_LOGGING_COM3 1014 32 #define RB_LOGGING_COM4 1015 29 /* 30 * The Logging Page. 31 */ 32 #define DL_LOGGING_PAGE 1100 33 #define GR_LOGGING 1101 34 #define CB_LOGGING_ENABLED 1102 35 #define RB_LOGGING_COM1 1103 36 #define RB_LOGGING_COM2 1104 37 #define RB_LOGGING_COM3 1105 38 #define RB_LOGGING_COM4 1106 33 39 40 /* 41 * The Loader Page. 42 */ 43 #define DL_LOADERS_PAGE 1200 44 #define GR_LOADERS 1201 45 #define CB_LDR_DISABLE_ALL 1202 34 46 35 #define GR_LOADERS 1030 36 #define CB_LDR_DISABLE_ALL 1031 47 #define GR_LDR_PE 1210 48 #define RB_LDR_PE_PURE 1211 49 #define RB_LDR_PE_MIXED 1212 50 #define RB_LDR_PE_PE 1213 51 #define RB_LDR_PE_NOT 1214 52 #define TX_LDR_PE_INFOLEVEL 1215 53 #define SB_LDR_PE_INFOLEVEL 1216 54 #define TX_LDR_PE_MODULES 1217 55 #define TX_LDR_PE_MODULES_VAL 1218 56 #define CK_LDR_PE_ONEOBJECT 1219 37 57 38 #define GR_LDR_PE 1040 39 #define RB_LDR_PE_PURE 1041 40 #define RB_LDR_PE_MIXED 1042 41 #define RB_LDR_PE_PE 1043 42 #define RB_LDR_PE_NOT 1044 43 #define TX_LDR_PE_INFOLEVEL 1045 44 #define SB_LDR_PE_INFOLEVEL 1046 45 #define TX_LDR_PE_MODULES 1047 46 #define TX_LDR_PE_MODULES_VAL 1048 47 #define CK_LDR_PE_ONEOBJECT 1049 58 #define GR_LDR_ELF 1240 59 #define CB_LDR_ELF_ENABLED 1241 60 #define TX_LDR_ELF_INFOLEVEL 1242 61 #define SB_LDR_ELF_INFOLEVEL 1243 62 #define TX_LDR_ELF_MODULES 1244 63 #define TX_LDR_ELF_MODULES_VAL 1245 48 64 49 #define GR_LDR_ELF 1060 50 #define CB_LDR_ELF_ENABLED 1061 51 #define TX_LDR_ELF_INFOLEVEL 1062 52 #define SB_LDR_ELF_INFOLEVEL 1063 53 #define TX_LDR_ELF_MODULES 1064 54 #define TX_LDR_ELF_MODULES_VAL 1065 65 #define CB_LDR_SHELL_SCRIPTS 1260 66 #define CB_LDR_JAVA 1270 67 #define CB_LDR_REXX 1280 55 68 56 #define CB_LDR_SHELL_SCRIPTS 1070 57 #define CB_LDR_JAVA 1080 58 #define CB_LDR_REXX 1090 69 /* 70 * The Heaps Page. 71 */ 72 #define DL_HEAPS_PAGE 1300 73 #define GR_HEAPS 1301 59 74 75 #define GR_HEAP_RES 1310 76 #define TX_HEAP_RES_MAX 1311 77 #define SB_HEAP_RES_MAX 1312 78 #define TX_HEAP_RES_INIT 1313 79 #define TX_HEAP_RES_INIT_VAL 1314 80 #define TX_HEAP_RES_USED 1315 81 #define TX_HEAP_RES_USED_VAL 1316 82 #define TX_HEAP_RES_FREE 1317 83 #define TX_HEAP_RES_FREE_VAL 1318 84 #define TX_HEAP_RES_SIZE 1319 85 #define TX_HEAP_RES_SIZE_VAL 1320 86 #define TX_HEAP_RES_USED_BLOCKS 1321 87 #define TX_HEAP_RES_USED_BLOCKS_VAL 1322 88 #define TX_HEAP_RES_FREE_BLOCKS 1323 89 #define TX_HEAP_RES_FREE_BLOCKS_VAL 1324 60 90 61 #define GR_HEAPS 1150 91 #define GR_HEAP_SWP 1340 92 #define TX_HEAP_SWP_MAX 1341 93 #define SB_HEAP_SWP_MAX 1342 94 #define TX_HEAP_SWP_INIT 1343 95 #define TX_HEAP_SWP_INIT_VAL 1344 96 #define TX_HEAP_SWP_USED 1345 97 #define TX_HEAP_SWP_USED_VAL 1346 98 #define TX_HEAP_SWP_FREE 1347 99 #define TX_HEAP_SWP_FREE_VAL 1348 100 #define TX_HEAP_SWP_SIZE 1349 101 #define TX_HEAP_SWP_SIZE_VAL 1350 102 #define TX_HEAP_SWP_USED_BLOCKS 1351 103 #define TX_HEAP_SWP_USED_BLOCKS_VAL 1352 104 #define TX_HEAP_SWP_FREE_BLOCKS 1353 105 #define TX_HEAP_SWP_FREE_BLOCKS_VAL 1354 62 106 63 #define GR_HEAP_RES 1160 64 #define TX_HEAP_RES_MAX 1161 65 #define SB_HEAP_RES_MAX 1162 66 #define TX_HEAP_RES_INIT 1163 67 #define TX_HEAP_RES_INIT_VAL 1164 68 #define TX_HEAP_RES_USED 1165 69 #define TX_HEAP_RES_USED_VAL 1166 70 #define TX_HEAP_RES_FREE 1167 71 #define TX_HEAP_RES_FREE_VAL 1168 72 #define TX_HEAP_RES_SIZE 1169 73 #define TX_HEAP_RES_SIZE_VAL 1170 74 #define TX_HEAP_RES_USED_BLOCKS 1171 75 #define TX_HEAP_RES_USED_BLOCKS_VAL 1172 76 #define TX_HEAP_RES_FREE_BLOCKS 1173 77 #define TX_HEAP_RES_FREE_BLOCKS_VAL 1174 107 /* 108 * The Status Page. 109 */ 110 #define PG_WIN32K_INFO_PAGE 1400 111 #define GR_W32K 1401 112 #define TX_W32K_VERSION 1402 113 #define TX_W32K_VERSION_VAL 1403 114 #define TX_W32K_BUILD_DATETIME 1404 115 #define TX_W32K_BUILD_DATETIME_VAL 1405 116 #define TX_W32K_SYMBOLFILE 1406 117 #define TX_W32K_SYMBOLFILE_VAL 1407 118 #define TX_W32K_KERNELBUILD 1408 119 #define TX_W32K_KERNELBUILD_VAL 1409 78 120 121 /* 122 * The Loader/OS extention Page 123 */ 124 #define DL_LDRFIX_PAGE 1500 125 #define GR_LDRFIX 1501 126 #define CB_LDRFIX_DLLFIXES 1502 127 #define CB_LDRFIX_EXEFIXES 1503 128 #define CB_LDRFIX_FORCEPRELOAD 1504 79 129 80 #define GR_HEAP_SWP 1180 81 #define TX_HEAP_SWP_MAX 1181 82 #define SB_HEAP_SWP_MAX 1182 83 #define TX_HEAP_SWP_INIT 1183 84 #define TX_HEAP_SWP_INIT_VAL 1184 85 #define TX_HEAP_SWP_USED 1185 86 #define TX_HEAP_SWP_USED_VAL 1186 87 #define TX_HEAP_SWP_FREE 1187 88 #define TX_HEAP_SWP_FREE_VAL 1188 89 #define TX_HEAP_SWP_SIZE 1189 90 #define TX_HEAP_SWP_SIZE_VAL 1190 91 #define TX_HEAP_SWP_USED_BLOCKS 1191 92 #define TX_HEAP_SWP_USED_BLOCKS_VAL 1192 93 #define TX_HEAP_SWP_FREE_BLOCKS 1193 94 #define TX_HEAP_SWP_FREE_BLOCKS_VAL 1194 130 /* 131 * The MemInfo Page. 132 */ 133 #define DL_MEMINFO_PAGE 1600 134 #define GR_MEMINFO 1601 95 135 96 #define GR_W32K 1200 97 #define TX_W32K_VERSION 1201 98 #define TX_W32K_VERSION_VAL 1202 99 #define TX_W32K_BUILD_DATETIME 1203 100 #define TX_W32K_BUILD_DATETIME_VAL 1204 101 #define TX_W32K_SYMBOLFILE 1205 102 #define TX_W32K_SYMBOLFILE_VAL 1206 103 #define TX_W32K_KERNELBUILD 1207 104 #define TX_W32K_KERNELBUILD_VAL 1208 136 #define GR_MEMINFO_SWAP 1610 137 #define TX_MEMINFO_SWAP_SIZE 1611 138 #define TX_MEMINFO_SWAP_AVAIL 1612 139 #define TX_MEMINFO_SWAP_USED 1613 140 #define TX_MEMINFO_SWAP_MINFREE 1614 141 #define TX_MEMINFO_SWAP_CFG_MINFREE 1615 142 #define TX_MEMINFO_SWAP_CFG_SIZE 1616 143 #define TX_MEMINFO_SWAP_BROKEN_DFS 1617 144 #define TX_MEMINFO_SWAP_GROW_FAILS 1618 145 #define TX_MEMINFO_SWAP_DFS_IN_MEMFILE 1619 105 146 106 #define GR_LDRFIX 1250 107 #define CB_LDRFIX_DLLFIXES 1251 108 #define CB_LDRFIX_EXEFIXES 1252 109 #define CB_LDRFIX_FORCEPRELOAD 1253 147 #define GR_MEMINFO_PHYSPAGE 1640 148 #define TX_MEMINFO_PHYS_SIZE 1641 149 #define TX_MEMINFO_PHYS_AVAIL 1642 150 #define TX_MEMINFO_PHYS_USED 1643 151 #define TX_MEMINFO_PAGE_ENABLED 1651 152 #define TX_MEMINFO_PAGE_FAULTS 1652 153 #define TX_MEMINFO_PAGE_FAULTS_ACTIVE 1653 154 #define TX_MEMINFO_PAGE_PHYSPAGES 1654 155 #define TX_MEMINFO_PAGE_RESPAGES 1655 156 #define TX_MEMINFO_PAGE_SWAPPAGES 1656 157 #define TX_MEMINFO_PAGE_DISCPAGES 1657 158 #define TX_MEMINFO_PAGE_DISCINMEM 1658 110 159 160 #define GR_MEMINFO_VM 1680 161 #define TX_MEMINFO_VM_ADDRESSLIMIT 1681 162 #define TX_MEMINFO_VM_SHARED_MIN 1682 163 #define TX_MEMINFO_VM_SHARED_MAX 1683 164 #define TX_MEMINFO_VM_PRIVATE_MAX 1684 165 #define TX_MEMINFO_VM_SYSTEM_MIN 1685 166 #define TX_MEMINFO_VM_SYSTEM_MAX 1686 167 #define TX_MEMINFO_VM_PRIVATE_HMAX 1687 168 #define TX_MEMINFO_VM_SHARED_HMIN 1688 169 #define TX_MEMINFO_VM_SHARED_HMAX 1689
Note:
See TracChangeset
for help on using the changeset viewer.