Changeset 1283 for trunk/src/emx/include


Ignore:
Timestamp:
Mar 7, 2004, 12:41:27 AM (21 years ago)
Author:
bird
Message:

Added the SPBCDATA struct.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r1282 r1283  
    11721172#define OBJ_GIVEABLE            0x0200
    11731173#define OBJ_ANY                 0x0400
    1174 #define OBJ_SELMAPALL           0x0800     
     1174#define OBJ_SELMAPALL           0x0800
    11751175#define PAG_DEFAULT             0x0400
    11761176#define PAG_SHARED              0x2000
     
    11781178#define PAG_BASE                0x00010000
    11791179
    1180 #define SEL_CODE                0x0001     
    1181 #define SEL_USE32               0x0002     
    1182 
    1183 #define PAG_NPOUT               0x0000     
    1184 #define PAG_PRESENT             0x0001     
    1185 #define PAG_NPIN                0x0002     
    1186 #define PAG_PRESMASK            0x0003     
    1187 #define PAG_INVALID             0x0000     
    1188 #define PAG_RESIDENT            0x0010     
    1189 #define PAG_SWAPPABLE           0x0020     
    1190 #define PAG_DISCARDABLE         0x0030     
    1191 #define PAG_TYPEMASK            0x0030     
     1180#define SEL_CODE                0x0001
     1181#define SEL_USE32               0x0002
     1182
     1183#define PAG_NPOUT               0x0000
     1184#define PAG_PRESENT             0x0001
     1185#define PAG_NPIN                0x0002
     1186#define PAG_PRESMASK            0x0003
     1187#define PAG_INVALID             0x0000
     1188#define PAG_RESIDENT            0x0010
     1189#define PAG_SWAPPABLE           0x0020
     1190#define PAG_DISCARDABLE         0x0030
     1191#define PAG_TYPEMASK            0x0030
    11921192
    11931193#define DOSSUB_INIT             0x0001
     
    1038310383#define SPBQ_DONOTUPDATE                3
    1038410384
     10385typedef struct _SPBCDATA
     10386{
     10387    ULONG   cbSize;
     10388    ULONG   ulTextLimit;
     10389    LONG    lLowerLimit;
     10390    LONG    lUpperLimit;
     10391    ULONG   idMasterSpb;
     10392    PVOID   pHWXCtlData;
     10393} SPBCDATA;
     10394typedef SPBCDATA *PSPBCDATA;
     10395
    1038510396#endif /* INCL_WINSTDSPIN */
    1038610397
Note: See TracChangeset for help on using the changeset viewer.