Changeset 5145 for branches/notebook/src/win32k/utils/Win32kCC.h
- Timestamp:
- Feb 17, 2001, 9:57:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/notebook/src/win32k/utils/Win32kCC.h
r5051 r5145 1 /* $Id: Win32kCC.h,v 1.6 2001-02-02 08:41:31 bird Exp $1 /* $Id: Win32kCC.h,v 1.6.2.1 2001-02-17 08:57:51 bird Exp $ 2 2 * 3 3 * … … 26 26 #define IDS_ERR_DIALOGLOAD 1 27 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 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 42 48 43 49
Note:
See TracChangeset
for help on using the changeset viewer.