qa.hlp (Table of Contents; Topic list)
Int 21H Function 49H
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Release Memory Block
 
  Releases a memory block and makes it available for use by other programs.
 
  Input                                Output
  ═════════════════════════            ════════════════════════
  AH=49H                               If function successful
  ES=segment of block to be            Carry flag=clear
     released                          If function unsuccessful
                                       Carry flag=set
                                       AX=error code
                                    -♦-