home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / admct / checkmem.h < prev    next >
Text File  |  1999-05-11  |  825b  |  27 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /*                    Copyright (c) IBM Corporation 1991                    */
  4. /*                           All Rights Reserved                            */
  5. /*                                                                          */
  6. /* This file contains the definitions and types for the common directory    */
  7. /*                                                                          */
  8. /****************************************************************************/
  9.  
  10. /*
  11.  *   Miscellaneous defines
  12.  */
  13.  
  14.  
  15. /*
  16.  *   Structure declarations
  17.  */
  18.  
  19.  
  20. /*
  21.  * Prototype statements
  22.  */
  23.  
  24. /* Checkmem.c */
  25.  
  26. RC APIENTRY CheckMem(PVOID, ULONG, ULONG);
  27.