home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / winnt / mpheap / mpheap.def < prev    next >
Encoding:
Text File  |  1995-07-31  |  228 b   |  14 lines

  1. LIBRARY MPHEAP
  2.  
  3. DESCRIPTION 'Windows NT MP Heap Package DLL'
  4.  
  5. EXPORTS
  6.     MpHeapAlloc
  7.     MpHeapCompact
  8.     MpHeapCreate
  9.     MpHeapDestroy
  10.     MpHeapFree
  11.     MpHeapGetStatistics
  12.     MpHeapReAlloc
  13.     MpHeapValidate
  14.