Ignore:
Timestamp:
Nov 1, 1999, 12:57:09 AM (26 years ago)
Author:
bird
Message:

Updated option/argument handling.
Corrected a few bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/dev32hlp.h

    r847 r1535  
    1 /* $Id: dev32hlp.h,v 1.1 1999-09-06 02:19:58 bird Exp $
     1/* $Id: dev32hlp.h,v 1.2 1999-10-31 23:57:03 bird Exp $
    22 *
    33 * Dev32Hlp - 32-bit Device helpers.
     
    5353 * D32Hlp_GetDOSVar
    5454 */
    55 #define DHGETDOSV_SYSINFOSEG             1UL
    56 #define DHGETDOSV_LOCINFOSEG             2UL
    57 #define DHGETDOSV_VECTORSDF              4UL
    58 #define DHGETDOSV_VECTORREBOOT           5UL
    59 #define DHGETDOSV_YIELDFLAG              7UL
    60 #define DHGETDOSV_TCYIELDFLAG            8UL
    61 #define DHGETDOSV_DOSTABLES              9UL /* undocumented by IBM */
    62 #define DHGETDOSV_DOSCODEPAGE           11UL
    63 #define DHGETDOSV_INTERRUPTLEV          13UL
    64 #define DHGETDOSV_DEVICECLASSTABLE      14UL
    65 #define DHGETDOSV_DMQSSELECTOR          15UL
    66 #define DHGETDOSV_APMINFO               16UL
     55/*                                       0  reserved */
     56#define DHGETDOSV_SYSINFOSEG             1
     57#define DHGETDOSV_LOCINFOSEG             2
     58/*                                       3  reserved */
     59#define DHGETDOSV_VECTORSDF              4
     60#define DHGETDOSV_VECTORREBOOT           5
     61#define DHGETDOSV_YIELDFLAG              7
     62#define DHGETDOSV_TCYIELDFLAG            8
     63#define DHGETDOSV_DOSTABLES              9  /* undocumented */
     64#define DHGETDOSV_STRP_COMMON           10  /* undocumented */
     65#define DHGETDOSV_DOSCODEPAGE           11
     66#define DHGETDOSV_INTERRUPTLEV          13
     67#define DHGETDOSV_DEVICECLASSTABLE      14
     68#define DHGETDOSV_DMQSSELECTOR          15
     69#define DHGETDOSV_APMINFO               16
     70#define DHGETDOSV_APM_LENGTH            17  /* undocumented? */
    6771
    6872
     
    9498                                    ULONG  ulOffset,
    9599                                    PPVOID ppvLinAddress);
    96 PVOID  D32HLPCALL D32Hlp_GetDOSVar(ULONG ulVarNumber, ULONG ulVarMember);
     100PVOID  D32HLPCALL D32Hlp_GetDOSVar(USHORT ulVarNumber, USHORT ulVarMember);
    97101VOID   D32HLPCALL D32Hlp_Yield(VOID);
    98102PVOID  D32HLPCALL D32Hlp_VMAlloc(ULONG  flFlags,
Note: See TracChangeset for help on using the changeset viewer.