Ignore:
Timestamp:
Feb 17, 2001, 9:25:44 PM (25 years ago)
Author:
bird
Message:

Merged in notebook changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/utils/Win32kCC.h

    r5051 r5160  
    1 /* $Id: Win32kCC.h,v 1.6 2001-02-02 08:41:31 bird Exp $
     1/* $Id: Win32kCC.h,v 1.7 2001-02-17 20:25:44 bird Exp $
    22 *
    33 *
     
    2626#define  IDS_ERR_DIALOGLOAD             1
    2727#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
     48#define  IDS_ERR_TIMER_START            23
    4249
    4350
Note: See TracChangeset for help on using the changeset viewer.