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.

85 lines
2.0 KiB

  1. ;************************************************************/
  2. ;* Windows Packager, Copyright 1992 Microsoft Corporation */
  3. ;************************************************************/
  4. NAME Packager WINDOWAPI
  5. EXETYPE WINDOWS
  6. PROTMODE
  7. STUB 'WINSTUB.EXE'
  8. CODE LOADONCALL MOVEABLE DISCARDABLE
  9. DATA MOVEABLE MULTIPLE
  10. HEAPSIZE 16000
  11. STACKSIZE 32000
  12. SEGMENTS
  13. PACKAGER_TEXT PRELOAD MOVEABLE DISCARDABLE
  14. EXPORTS
  15. ; Window procedures
  16. ;
  17. FrameWndProc @1
  18. SubtitleWndProc @2
  19. PaneWndProc @3
  20. IconDlgProc @4
  21. THCallBack @5
  22. ; Dialog procedures
  23. ;
  24. fnProperties @10
  25. fnInvalidLink @11
  26. fnChangeText @12
  27. fnChangeCmdText @13
  28. fnFailedUpdate @14
  29. ; OLE functions
  30. ;
  31. ; Client callback
  32. ;
  33. CallBack @20
  34. EmbCallBack @21
  35. ; Object I/O routines
  36. ;
  37. PosStream @30
  38. ReadStream @31
  39. WriteStream @32
  40. ; Server routines
  41. ;
  42. SrvrCreate @40
  43. SrvrCreateFromTemplate @41
  44. SrvrEdit @42
  45. SrvrExit @43
  46. SrvrOpen @44
  47. SrvrRelease @45
  48. ; Document routines
  49. ;
  50. DocClose @50
  51. DocGetObject @51
  52. DocRelease @52
  53. DocSave @53
  54. DocSetColorScheme @54
  55. DocSetDocDimensions @55
  56. DocSetHostNames @56
  57. ; Item routines
  58. ;
  59. ItemDelete @60
  60. ItemDoVerb @61
  61. ItemEnumFormats @62
  62. ItemGetData @63
  63. ItemQueryProtocol @64
  64. ItemSetBounds @65
  65. ItemSetColorScheme @66
  66. ItemSetData @67
  67. ItemSetTargetDevice @68
  68. ItemShow @69
  69. ; Enumeration routines
  70. GetTaskWndProc @80