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

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

Added new option for the All-in-one-object fix.

File size: 1.5 KB
Line 
1/* $Id: Win32kCC.h,v 1.6 2001-02-02 08:41:31 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#ifndef _Win32kCC_h_
12#define _Win32kCC_h_
13
14/*******************************************************************************
15* Header Files *
16*******************************************************************************/
17#include "Dialog.h"
18
19/*******************************************************************************
20* Defined Constants And Macros *
21*******************************************************************************/
22
23/*
24 * String IDs.
25 */
26#define IDS_ERR_DIALOGLOAD 1
27#define IDS_ERR_MALLOC_FAILED 2
28#define IDS_ERR_SET_INSTACEDATA 3
29#define IDS_ERR_WIN32K_NOT_LOADED 4
30#define IDS_ERR_WIN32K_OPEN_FAILED 5
31#define IDS_ERR_QUERYOPTIONSTATUS 6
32#define IDS_ERR_NO_COM_RADIOBUTTON 7
33#define IDS_ERR_NO_PE_RADIOBUTTON 8
34#define IDS_ERR_NO_PE_ONEOBJECT 9
35#define IDS_ERR_INVALID_INFOLEVEL 10
36#define IDS_ERR_INVALID_MAXHEAPSIZE 11
37#define IDS_ERR_SETPOPTIONS 12
38#define IDS_ERR_FOPEN_FAILED 13
39#define IDS_FSIZE_FAILED 14
40#define IDS_MALLOC_FAILED 15
41#define IDS_FWRITE_FAILED 16
42
43
44/*
45 * Message IDs.
46 */
47#define IDM_INFO_DIRTY 1
48#define IDM_CONFIGSYS_UPDATED 2
49
50#endif
Note: See TracBrowser for help on using the repository browser.