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.

108 lines
2.8 KiB

  1. ;*****************************************************************;
  2. ;** Microsoft LAN Manager **;
  3. ;** Copyright(c) Microsoft Corp., 1990 **;
  4. ;*****************************************************************;
  5. ;
  6. ;
  7. ;
  8. ;------------------------ START WARNING -------------------------
  9. ;
  10. ; This a template definition file that is used to
  11. ; generate the WIN16 and WIN32 definition files with
  12. ; the help of SED. It cannot be used directly. See
  13. ; makefile for details.
  14. ;
  15. ; The rules for generation are as follows:
  16. ;
  17. ; Lines between ::START_WIN16 and ::END_WIN16 are WIN16 specific.
  18. ; Lines between ::START_WIN32 and ::END_WIN32 are WIN32 specific.
  19. ; The ::START_xxx and ::END_xxx markers must be at the start
  20. ; of the line.
  21. ; All other lines are common.
  22. ;
  23. ;------------------------- END WARNING --------------------------
  24. ;
  25. ; History:
  26. ; chuckc 4/16/91 Created common template file which is
  27. ; used to generate WIN16/WIN32 specific versions.
  28. ;
  29. ; t-yis 6/28/91 Changed the segment name in the SEGMENTS
  30. ; section (deleted _TEXT) and removed
  31. ; WNETCAPS_TEXT since it is combined with
  32. ; WNDEV
  33. ;
  34. ; jonn 7/22/91 Print Manager Extensions mothballed
  35. ; terryk 11/8/91 Add WNetOpenEnum, WNetCloseEnum, and
  36. ; WNetEnumResource
  37. ; terryk 11/18/91 Add NPXXX function
  38. ; Add GetSystemFocusDialog
  39. ; jonn 11/21/91 Nuked LM21
  40. ; terryk 01/03/92 Removed MPR api referenced
  41. ;
  42. LIBRARY NTLANMAN
  43. HEAPSIZE 2048
  44. EXPORTS
  45. ; standard network driver callouts
  46. DllMain
  47. ;;WNETAPI start
  48. NPGetConnection @12
  49. NPGetCaps @13
  50. ; NPBrowseDialog @15
  51. NPGetUser @16
  52. NPAddConnection @17
  53. NPCancelConnection @18
  54. ; NPGetError @19
  55. ; NPGetErrorText @20
  56. ; Enable @21
  57. ; Disable @22
  58. ; NPRestoreConnection @23
  59. ; NPConnectDialog @25
  60. ; NPDisconnectDialog @26
  61. ; NPConnectionDialog @27
  62. NPPropertyDialog @29
  63. NPGetDirectoryType @30
  64. NPDirectoryNotify @31
  65. NPGetPropertyText @32
  66. NPOpenEnum @33
  67. NPEnumResource @34
  68. NPCloseEnum @35
  69. NPFormatNetworkName @36
  70. ; NPAddConnection2 @37
  71. ; test purposes only
  72. ;NPSearchDialog @39
  73. NPGetUniversalName @40
  74. ;
  75. ; Private APIs exported for certain NT components
  76. ;
  77. I_SystemFocusDialog
  78. ShareCreate
  79. ShareStop
  80. ShareManage
  81. ShareAsDialogA0
  82. StopShareDialogA0
  83. ServerBrowseDialogA0
  84. ;;WNETAPI end
  85. SEGMENTS
  86. _INIT PRELOAD DISCARDABLE
  87. WNDEV PRELOAD DISCARDABLE
  88. WINPROF PRELOAD DISCARDABLE
  89. NETLIB PRELOAD DISCARDABLE
  90. SEGMENTS
  91. LMOBJ_0 DISCARDABLE
  92. LMOBJ_1 DISCARDABLE
  93. LMOBJ_2 DISCARDABLE
  94. LMOBJ_3 DISCARDABLE
  95. ; Def file for string library
  96. SEGMENTS
  97. STRING_0 PRELOAD DISCARDABLE
  98. STRING_1 DISCARDABLE