home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / WPS / WPSTUTOR / SHOWDESC.DEF < prev    next >
Text File  |  1995-08-24  |  1KB  |  30 lines

  1. ;******************************************************************************
  2. ;
  3. ;  File Name  : SHOWDESC.DEF
  4. ;
  5. ;  Description: Show Method Description Module Definition File
  6. ;
  7. ;  Copyright (C) 1993 IBM Corporation
  8. ;
  9. ;      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. ;      sample code created by IBM Corporation. This sample code is not
  11. ;      part of any standard or IBM product and is provided to you solely
  12. ;      for  the purpose of assisting you in the development of your
  13. ;      applications.  The code is provided "AS IS", without
  14. ;      warranty of any kind.  IBM shall not be liable for any damages
  15. ;      arising out of your use of the sample code, even if they have been
  16. ;      advised of the possibility of such damages.                                                    *
  17. ;
  18. ;*****************************************************************************
  19.  
  20.  
  21. NAME    showdesc  WINDOWAPI
  22.  
  23. DESCRIPTION 'Show Method Description Sample Application'
  24.  
  25. CODE    MOVEABLE
  26. DATA    MOVEABLE MULTIPLE
  27.  
  28. HEAPSIZE  10240
  29. STACKSIZE 24576
  30.