home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / mmpm2tk / mmpmtlk2 / inc / hhpheap.inc < prev    next >
Encoding:
Text File  |  1992-05-06  |  1.5 KB  |  24 lines

  1. ;********************** START OF SPECIFICATIONS ****************************  
  2. ;                                                                             
  3. ;  SOURCE FILE NAME: HHPHEAP.H                                                
  4. ;                                                                             
  5. ;  DESCRIPTIVE NAME: Heap manager include file.                               
  6. ;                                                                             
  7. ;  COPYRIGHT:                                                                      
  8. ;                  Copyright (c) IBM Corporation 1991                         
  9. ;                          All Rights Reserved                                
  10. ;                                                                             
  11. ;  STATUS: OS/2 MM Release 1.00                                               
  12. ;                                                                             
  13. ;  ABSTRACT: Contains data structures and prototypes that are used in         
  14. ;            HHP API's.                                                       
  15. ;                                                                             
  16. ;*********************** END OF SPECIFICATIONS *****************************  
  17. ifndef _HHPHEAP_H_
  18. _HHPHEAP_H_    EQU    1
  19.  
  20. ;  Shared Heap Support   
  21. ;  Low-Level Independent (Not Suballocated) Buffer Support   
  22. HH_SHARED    EQU    1H     ;  Cause the Heap to be Shared   
  23. endif ;  _HHPHEAP_H_   
  24.