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 revision
Previous revision
Last revisionBoth sides next revision
en:docs:fapi:dosallochuge [2021/09/16 13:11] prokusheven:docs:fapi:dosallochuge [2021/09/17 09:18] prokushev
Line 19: Line 19:
   * AllocFlags ([[USHORT]]) - input : Bit indicators describing the characteristics of the segment allocated. The bits that can be set and their meanings are:   * AllocFlags ([[USHORT]]) - input : Bit indicators describing the characteristics of the segment allocated. The bits that can be set and their meanings are:
  
-^ Bit ^        Description ^+^ Bit ^ Description ^
 | 15-4 | Reserved and must be set to zero. | | 15-4 | Reserved and must be set to zero. |
 | 3  | If segment is shared, it can be decreased in size by [[DosReallocHuge]]. | | 3  | If segment is shared, it can be decreased in size by [[DosReallocHuge]]. |
Line 62: Line 62:
 **Note:** This request may be issued from privilege level 2. However, the segment is allocated as a privilege level 3 segment. **Note:** This request may be issued from privilege level 2. However, the segment is allocated as a privilege level 3 segment.
  
-===== Family API Considerations =====+==== Family API Considerations ====
  
  
Line 126: Line 126:
   Returns WORD   Returns WORD
 </code> </code>
-====== Note ======+===== Note =====
  
 Text based on [[http://www.edm2.com/index.php/DosAllocHuge]] Text based on [[http://www.edm2.com/index.php/DosAllocHuge]]