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.

104 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. CODE MOVEABLE DISCARDABLE
  44. DATA SINGLE FIXED
  45. HEAPSIZE 2048
  46. EXETYPE WINDOWS
  47. IMPORTS
  48. _wsprintf = USER._WSPRINTF
  49. OEMTOANSI = KEYBOARD.OemToAnsi
  50. EXPORTS
  51. ; standard network driver callouts
  52. DllMain
  53. ;;WNETAPI start
  54. WNetGetConnection @12
  55. WNetGetCaps @13
  56. ; WNetBrowseDialog @15
  57. WNetGetUser @16
  58. WNetAddConnection @17
  59. WNetCancelConnection @18
  60. ; WNetGetError @19
  61. ; WNetGetErrorText @20
  62. ; Enable @21
  63. ; Disable @22
  64. ; WNetRestoreConnection @23
  65. ; WNetConnectDialog @25
  66. ; WNetDisconnectDialog @26
  67. ; WNetConnectionDialog @27
  68. WNetPropertyDialog @29
  69. WNetGetDirectoryType @30
  70. WNetDirectoryNotify @31
  71. WNetGetPropertyText @32
  72. WNetOpenEnum @33
  73. WNetEnumResource @34
  74. WNetCloseEnum @35
  75. ; WNetAddConnection2 @37
  76. ;
  77. ; Private APIs exported for certain NT components
  78. ;
  79. I_SystemFocusDialog
  80. ;;WNETAPI end
  81. SEGMENTS
  82. _INIT PRELOAD DISCARDABLE
  83. WNDEV PRELOAD DISCARDABLE
  84. WINPROF PRELOAD DISCARDABLE
  85. NETLIB PRELOAD DISCARDABLE
  86. SEGMENTS
  87. LMOBJ_0 LOADONCALL DISCARDABLE
  88. LMOBJ_1 LOADONCALL DISCARDABLE
  89. LMOBJ_2 LOADONCALL DISCARDABLE
  90. LMOBJ_3 LOADONCALL DISCARDABLE
  91. ; Def file for string library
  92. SEGMENTS
  93. STRING_0 PRELOAD DISCARDABLE
  94. STRING_1 LOADONCALL DISCARDABLE