Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
667 B

  1. NAME clidemo
  2. EXETYPE WINDOWS
  3. CODE PRELOAD MOVEABLE DISCARDABLE
  4. DATA PRELOAD MOVEABLE MULTIPLE
  5. HEAPSIZE 16000
  6. STACKSIZE 32000
  7. EXPORTS
  8. ; Window procedures
  9. ;
  10. FrameWndProc @1
  11. ItemWndProc @2
  12. ; Dialog procedures
  13. ;
  14. fnProperties @3
  15. fnInsertNew @4
  16. fnAbout @5
  17. fnRetry @6
  18. fnInvalidLink @7
  19. ; OLE Client callbacks
  20. ;
  21. CallBack @8
  22. ReadStream @9
  23. WriteStream @10
  24. ; timer callback
  25. ;
  26. fnTimerBlockProc @11