Source code of Windows XP (NT5)
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.

54 lines
1.1 KiB

  1. ; SrvrDemo.def
  2. ; OLE SERVER DEMO
  3. ;
  4. ; The module-definition file.
  5. ;
  6. ; (c) Copyright Microsoft Corp. 1991 - 1992 All Rights Reserved
  7. NAME SrvrDemo
  8. EXETYPE WINDOWS
  9. STUB 'WINSTUB.EXE'
  10. CODE PRELOAD MOVEABLE DISCARDABLE
  11. DATA PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE 1000
  13. STACKSIZE 16000
  14. EXPORTS
  15. About @1
  16. MainWndProc @2
  17. ObjWndProc @3
  18. SrvrCreate @4
  19. SrvrCreateFromTemplate @5
  20. SrvrEdit @6
  21. SrvrExecute @7
  22. SrvrExit @8
  23. SrvrOpen @9
  24. SrvrRelease @10
  25. DocClose @11
  26. DocExecute @12
  27. DocGetObject @13
  28. DocRelease @14
  29. DocSave @15
  30. DocSetColorScheme @16
  31. DocSetDocDimensions @17
  32. DocSetHostNames @18
  33. ObjDoVerb @19
  34. ObjEnumFormats @20
  35. ObjGetData @21
  36. ObjQueryProtocol @22
  37. ObjRelease @23
  38. ObjSetBounds @24
  39. ObjSetColorScheme @25
  40. ObjSetData @26
  41. ObjSetTargetDevice @27
  42. ObjShow @28
  43. fnFailedUpdate @29