PLGBLT.DEF
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. NAME         plgblt
  2. DESCRIPTION  'Windows Sample'
  3. EXETYPE      WINDOWS
  4. STUB      'WINSTUB.EXE'
  5. ;CODE can be moved in memory and discarded/reloaded
  6. CODE  PRELOAD MOVEABLE DISCARDABLE
  7. ;DATA must be MULTIPLE if program can be invoked more than once
  8. DATA  PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE     1024
  10. STACKSIZE    5120
  11. EXPORTS
  12. MainWndProc   @1   ; name of window processing function
  13.         DlgProc       @2