Ignore:
Timestamp:
Feb 16, 2000, 12:39:20 AM (26 years ago)
Author:
bird
Message:

IOCtl exported services.
k32AllocMemEx.

File:
1 edited

Legend:

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

    r847 r2799  
    1 /* $Id: dev1632.h,v 1.1 1999-09-06 02:19:57 bird Exp $
     1/* $Id: dev1632.h,v 1.2 2000-02-15 23:39:19 bird Exp $
    22 * dev1632.h - Common header file for 16-bit and 32-bit C
    33 *
     
    3131} RP32INIT;
    3232
     33typedef struct _RP32GENIOCTL
     34{
     35    RPH32       rph;
     36    UCHAR       Category;
     37    UCHAR       Function;
     38    PVOID       ParmPacket;
     39    PVOID       DataPacket;
     40    USHORT      sfn;
     41    USHORT      ParmLen;
     42    USHORT      DataLen;
     43} RP32GENIOCTL, *PRP32GENIOCTL;
     44
     45
    3346#ifdef _OS2Krnl_h_
    3447
     
    3952    OTE             aObjects[MAXKRNLOBJECTS];
    4053} KRNLOBJTABLE, FAR * PKRNLOBJTABLE;
     54
     55#else
     56
     57#define PKRNLOBJTABLE void *
     58
    4159#endif
    4260
Note: See TracChangeset for help on using the changeset viewer.