DosAllocHuge

DosAllocHuge

EXTRN  DosAllocHuge:FAR
INCL_DOSMEMMGR      EQU 1

PUSH   WORD    NumSeg        ;Number of 65536-byte segments
PUSH   WORD    Size          ;Number of bytes in last segment
PUSH@  WORD    Selector      ;The first Selector allocated (returned)
PUSH   WORD    MaxNumSeg     ;Max number of 65536-byte segments
PUSH   WORD    AllocFlags    ;Allocation flags
CALL   DosAllocHuge

Returns WORD


[Back: DosWriteQueue]
[Next: DosAllocSeg]