home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n03 / bocole.exe / MDI.DEF < prev    next >
Text File  |  1995-03-01  |  704b  |  24 lines

  1. ; mdi.def : Declares the module parameters for the application.
  2. ;
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and Microsoft
  9. ; QuickHelp and/or WinHelp documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12.  
  13.  
  14. NAME         MDI
  15. DESCRIPTION  'MDI Windows Application'
  16.  
  17. EXETYPE      WINDOWS
  18.  
  19. CODE         PRELOAD MOVEABLE DISCARDABLE
  20. DATA         PRELOAD MOVEABLE MULTIPLE
  21.  
  22. HEAPSIZE     1024
  23. STACKSIZE    16384
  24.