en:docs:fapi:dosallochuge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:docs:fapi:dosallochuge [2021/09/14 14:25] prokusheven:docs:fapi:dosallochuge [2021/09/15 13:29] prokushev
Line 25: Line 25:
 | 1  | Segment is shareable through [[DosGetSeg]]. | | 1  | Segment is shareable through [[DosGetSeg]]. |
 | 0  | Segment is shareable through [[DosGiveSeg]]. | | 0  | Segment is shareable through [[DosGiveSeg]]. |
 +
 +<code c>
 +#define SEG_NONSHARED    0
 +#define SEG_GIVEABLE     1
 +#define SEG_GETTABLE     2
 +#define SEG_DISCARDABLE  4
 +</code>
  
 ===== Return Code ===== ===== Return Code =====