Changeset 123 for trunk/include/os2newapi.h
- Timestamp:
- Jun 19, 1999, 3:57:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2newapi.h
r119 r123 1 /* $Id: os2newapi.h,v 1. 1 1999-06-19 10:53:36sandervl Exp $ */1 /* $Id: os2newapi.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */ 2 2 /* 3 3 * … … 20 20 #endif 21 21 22 #ifdef INCL_DOSSEL 23 /* Segment attribute flags (used with DosAllocSeg) */ 24 25 #define SEG_NONSHARED 0x0000 26 #define SEG_GIVEABLE 0x0001 27 #define SEG_GETTABLE 0x0002 28 #define SEG_DISCARDABLE 0x0004 29 30 #define DosAllocSeg Dos16AllocSeg 31 #define DosFreeSeg Dos16FreeSeg 32 #define DosGetSeg Dos16GetSeg 33 #define DosGiveSeg Dos16GiveSeg 34 #define DosReallocSeg Dos16ReallocSeg 35 #define DosSizeSeg Dos16SizeSeg 36 37 USHORT APIENTRY16 DosAllocSeg(USHORT cbSize, PSEL pSel, USHORT fsAlloc); 38 USHORT APIENTRY16 DosFreeSeg(SEL sel); 39 USHORT APIENTRY16 DosGetSeg(SEL sel); 40 USHORT APIENTRY16 DosGiveSeg(SEL sel, PID pid, PSEL pSelRecipient); 41 USHORT APIENTRY16 DosReallocSeg(USHORT cbNewSize, SEL sel); 42 USHORT APIENTRY16 DosSizeSeg(SEL sel, PULONG pcbSize); 43 44 #define DosSelToFlat Dos32SelToFlat 45 ULONG _Optlink DosSelToFlat(ULONG seladdr); 46 47 #define DosFlatToSel Dos32FlatToSel 48 ULONG _Optlink DosFlatToSel(ULONG lin); 49 50 #endif 51 22 52 #endif //__OS2SEL_H__
Note:
See TracChangeset
for help on using the changeset viewer.