DosAllocShrSeg

DosAllocShrSeg

EXTRN  DosAllocShrSeg:FAR
INCL_DOSMEMMGR      EQU 1

PUSH   WORD    Size          ;Number of bytes requested
PUSH@  ASCIIZ  Name          ;Name string
PUSH@  WORD    Selector      ;Selector allocated (returned)
CALL   DosAllocShrSeg

Returns WORD


[Back: DosAllocSeg]
[Next: DosBeep]