Ignore:
Timestamp:
Nov 14, 2004, 6:17:04 AM (21 years ago)
Author:
bird
Message:

Signals, processes and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/os2emx.h

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r1627 r1628  
    1333413334typedef struct _LINFOSEG
    1333513335{
    13336     PID         pidCurrent;
    13337     PID         pidParent;
     13336    USHORT      pidCurrent;
     13337    USHORT      pidParent;
    1333813338    USHORT      prtyCurrent;
    13339     TID         tidCurrent;
     13339    USHORT      tidCurrent;
    1334013340    USHORT      sgCurrent;
    1334113341    UCHAR       rfProcStatus;
    1334213342    UCHAR       dummy1;
    13343     BOOL        fForeground;
     13343    USHORT      fForeground;
    1334413344    UCHAR       typeProcess;
    1334513345    UCHAR       dummy2;
     
    1334913349    USHORT      cbStack;
    1335013350    USHORT      cbHeap;
    13351     HMODULE     hmod;
     13351    USHORT      hmod;
    1335213352    SEL         selDS;
    1335313353} LINFOSEG;
Note: See TracChangeset for help on using the changeset viewer.