Changeset 1117


Ignore:
Timestamp:
Jan 30, 2004, 4:38:02 AM (22 years ago)
Author:
bird
Message:

Added defines for DosQueryMemState().

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1116 r1117  
    11721172#define OBJ_GIVEABLE            0x0200
    11731173#define OBJ_ANY                 0x0400
     1174#define OBJ_SELMAPALL           0x0800     
    11741175#define PAG_DEFAULT             0x0400
    11751176#define PAG_SHARED              0x2000
    11761177#define PAG_FREE                0x4000
    11771178#define PAG_BASE                0x00010000
     1179
     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     
    11781192
    11791193#define DOSSUB_INIT             0x0001
     
    11901204#define fGIVESHR                (fPERM)
    11911205#define fSET                    (fPERM|PAG_COMMIT|PAG_DECOMMIT|PAG_DEFAULT)
     1206
    11921207
    11931208ULONG APIENTRY DosAliasMem (CPVOID pv, ULONG cb, PPVOID ppvAlias, ULONG fl);
Note: See TracChangeset for help on using the changeset viewer.