[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 8402  - European MS-dos 4.0 - "releasemem" - Free Shared Memory  [D]

   AX = 8402h
   BX = handle (segment address of shared memory object)

Return: CF clear if successful
   CF set on error
       AX = error code (no such name)
Desc:  indicate that the specified area of shared memory will no longer be
     used by the caller

Note:  the reference count is decremented and the shared memory area is
     deallocated if the new reference count is zero

See Also: AX=8400h,AX=8401h,INT 15/AX=DE19h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson