[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
* function: hma_free()
*
* description: Release control of the HMA.
*-------------------------------------------------------------------------
PROCEDURE hma_free

   VARDEF
      UINT  ax,bx,cx,dx,ds,si,es,di,bp
   ENDDEF

   ax = &XMS_FREE_HMA
   call_driver( xms_get_driver(), ax, bx, cx, dx, si, di, bp, ds, es)
   xms_set_error( ax, bx )

ENDPRO


See Also: xms_installed() xms_avail() xms_get_driver() xms_get_version() xms_alloc() xms_free() hma_alloc() hma_free() xms_copy() xms_lock() xms_unlock()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson