home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / UMBMEM.ZIP / UMBHELP.H < prev   
Encoding:
Text File  |  1991-07-07  |  149 b   |  6 lines

  1. int _pascal umb_init(void);
  2. int _pascal umb_allocate(int Size, unsigned * pHandle, unsigned * pSize);
  3. int _pascal umb_free(unsigned uHandle);
  4.  
  5.  
  6.