Ignore:
Timestamp:
Jul 17, 2000, 12:43:41 AM (25 years ago)
Author:
bird
Message:

Checkin of current code in the Grace brance for backup purpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Grace/src/win32k/include/dev32.h

    r2898 r3834  
    1 /* $Id: dev32.h,v 1.8 2000-02-25 18:15:04 bird Exp $
     1/* $Id: dev32.h,v 1.8.4.1 2000-07-16 22:43:28 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    6464PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */
    6565#endif
     66
     67/*
     68 * D32init Errors
     69 */
     70#define ERROR_D32_GETOS2KRNL_FAILED         0x01
     71#define ERROR_D32_NO_SWAPMTE                0x02
     72#define ERROR_D32_TOO_MANY_OBJECTS          0x03
     73#define ERROR_D32_NO_OBJECT_TABLE           0x04
     74#define ERROR_D32_BUILD_INFO_NOT_FOUND      0x05
     75#define ERROR_D32_INVALID_BUILD             0x06
     76#define ERROR_D32_PROC_NOT_FOUND            0x10
     77#define ERROR_D32_INVALID_OBJ_OR_ADDR       0x11
     78#define ERROR_D32_INVALID_ADDRESS           0x12
     79#define ERROR_D32_TOO_INVALID_PROLOG        0x13
     80#define ERROR_D32_NOT_IMPLEMENTED           0x14
     81#define ERROR_D32_VERIFY_FAILED             0x20
    6682
    6783
Note: See TracChangeset for help on using the changeset viewer.