home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / graphics / setwinex.def < prev    next >
Encoding:
Text File  |  1988-08-11  |  219 b   |  15 lines

  1. NAME    setwinex
  2.  
  3. DESCRIPTION 'Demonstration of the SetWindowExt function'
  4.  
  5. STUB  'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE    1024
  11. STACKSIZE   4096
  12.  
  13. EXPORTS
  14.     SetWindowExtWindowProc    @1
  15.