source: trunk/src/win32k/utils/Win32kCC.h@ 4164

Last change on this file since 4164 was 4164, checked in by bird, 25 years ago

Merged in the Grace branch. New Win32k!

File size: 2.7 KB
Line 
1/* $Id: Win32kCC.h,v 1.2 2000-09-02 21:08:22 bird Exp $
2 *
3 *
4 *
5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11/*******************************************************************************
12* Defined Constants And Macros *
13*******************************************************************************/
14/*
15 * General PushButton ID(s)
16 */
17#define PB_APPLY 0xfffe
18#define PB_REFRESH 0xfffd
19
20
21/*
22 * String IDs.
23 */
24#define IDS_ERR_DIALOGLOAD 1
25#define IDS_ERR_MALLOC_FAILED 2
26#define IDS_ERR_SET_INSTACEDATA 3
27#define IDS_ERR_WIN32K_NOT_LOADED 4
28#define IDS_ERR_WIN32K_OPEN_FAILED 5
29#define IDS_ERR_QUERYOPTIONSTATUS 6
30#define IDS_ERR_NO_COM_RADIOBUTTON 7
31#define IDS_ERR_NO_PE_RADIOBUTTON 8
32#define IDS_ERR_INVALID_INFOLEVEL 9
33#define IDS_ERR_INVALID_MAXHEAPSIZE 10
34#define IDS_ERR_SETPOPTIONS 11
35
36/*
37 * Message IDs.
38 */
39#define IDM_INFO_DIRTY 1
40
41
42/*
43 * The Win32kCC (main) dialog.
44 */
45#define DL_WIN32KCC 1000
46
47#define GR_LOGGING 1010
48#define CB_LOGGING_ENABLED 1011
49#define RB_LOGGING_COM1 1012
50#define RB_LOGGING_COM2 1013
51#define RB_LOGGING_COM3 1014
52#define RB_LOGGING_COM4 1015
53
54
55#define GR_LOADERS 1030
56#define CB_LDR_DISABLE_ALL 1031
57
58#define RB_LDR_PE 1040
59#define RB_LDR_PE_PURE 1041
60#define RB_LDR_PE_MIXED 1042
61#define RB_LDR_PE_PE 1043
62#define RB_LDR_PE_NOT 1044
63#define TX_LDR_PE_INFOLEVEL 1045
64#define SB_LDR_PE_INFOLEVEL 1046
65
66#define GR_LDR_ELF 1060
67#define CB_LDR_ELF_ENABLED 1061
68#define TX_LDR_ELF_INFOLEVEL 1062
69#define SB_LDR_ELF_INFOLEVEL 1063
70
71#define CB_LDR_SHELL_SCRIPTS 1070
72#define CB_LDR_JAVA 1080
73#define CB_LDR_REXX 1090
74
75
76#define GR_HEAPS 1150
77
78#define GR_HEAP_RES 1160
79#define TX_HEAP_RES_MAX 1161
80#define SB_HEAP_RES_MAX 1162
81#define TX_HEAP_RES_INIT 1163
82#define TX_HEAP_RES_INIT_VAL 1164
83#define TX_HEAP_RES_USED 1165
84#define TX_HEAP_RES_USED_VAL 1166
85
86#define GR_HEAP_SWP 1170
87#define TX_HEAP_SWP_MAX 1171
88#define SB_HEAP_SWP_MAX 1172
89#define TX_HEAP_SWP_INIT 1173
90#define TX_HEAP_SWP_INIT_VAL 1174
91#define TX_HEAP_SWP_USED 1175
92#define TX_HEAP_SWP_USED_VAL 1176
93
Note: See TracBrowser for help on using the repository browser.