home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / perfmon / pmemory.h < prev    next >
Text File  |  1993-05-14  |  230b  |  17 lines

  1.  
  2.  
  3.  
  4. LPMEMORY MemoryAllocate (DWORD dwSize) ;
  5.  
  6.  
  7. VOID MemoryFree (LPMEMORY lpMemory) ;
  8.  
  9.  
  10. DWORD MemorySize (LPMEMORY lpMemory) ;
  11.  
  12.  
  13. LPMEMORY MemoryResize (LPMEMORY lpMemory,
  14.                        DWORD dwNewSize) ;
  15.  
  16.  
  17.