home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_sdk / showfont / showfont.def < prev    next >
Encoding:
Text File  |  1990-06-01  |  525 b   |  26 lines

  1. NAME         ShowFont
  2.  
  3. DESCRIPTION  'Sample Microsoft Windows Application'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     1024
  13. STACKSIZE    4096
  14.  
  15. EXPORTS
  16.         ShowFontWndProc @1
  17.         About           @2
  18.         CFontDlg        @3
  19.         Colors          @4
  20.         SelectFont      @5
  21.         EnumFunc        @6
  22.         Metric          @7
  23.         Log             @8
  24.         AddDlg          @9
  25.         RemoveDlg       @10
  26.