| 1 | /* $Id: Win32kCC.h,v 1.7 2001-02-17 20:25:44 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_INSTANCEDATA       3 | 
|---|
| 29 | #define  IDS_ERR_ADD_NTBK_PAGE_LOAD     4 | 
|---|
| 30 | #define  IDS_ERR_ADD_NTBK_PAGE_INSERT   5 | 
|---|
| 31 | #define  IDS_ERR_ADD_NTBK_PAGE_SET      6 | 
|---|
| 32 | #define  IDS_ERR_WIN32K_NOT_LOADED      7 | 
|---|
| 33 | #define  IDS_ERR_WIN32K_OPEN_FAILED     8 | 
|---|
| 34 | #define  IDS_ERR_QUERYOPTIONSTATUS      9 | 
|---|
| 35 | #define  IDS_ERR_NO_COM_RADIOBUTTON     10 | 
|---|
| 36 | #define  IDS_ERR_NO_PE_RADIOBUTTON      11 | 
|---|
| 37 | #define  IDS_ERR_NO_PE_ONEOBJECT        12 | 
|---|
| 38 | #define  IDS_ERR_INVALID_INFOLEVEL      13 | 
|---|
| 39 | #define  IDS_ERR_INVALID_MAXHEAPSIZE    14 | 
|---|
| 40 | #define  IDS_ERR_SETPOPTIONS            15 | 
|---|
| 41 | #define  IDS_ERR_FOPEN_FAILED           16 | 
|---|
| 42 | #define  IDS_FSIZE_FAILED               17 | 
|---|
| 43 | #define  IDS_MALLOC_FAILED              18 | 
|---|
| 44 | #define  IDS_FWRITE_FAILED              19 | 
|---|
| 45 | #define  IDS_ERR_FAILED_TO_LOAD_DLGT    20 | 
|---|
| 46 | #define  IDS_ERR_FAILED_NTBK_BUTTONS    21 | 
|---|
| 47 | #define  IDS_ERR_ASSERT                 22 | 
|---|
| 48 | #define  IDS_ERR_TIMER_START            23 | 
|---|
| 49 |  | 
|---|
| 50 |  | 
|---|
| 51 | /* | 
|---|
| 52 | * Message IDs. | 
|---|
| 53 | */ | 
|---|
| 54 | #define  IDM_INFO_DIRTY                 1 | 
|---|
| 55 | #define  IDM_CONFIGSYS_UPDATED          2 | 
|---|
| 56 |  | 
|---|
| 57 | #endif | 
|---|