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
104 lines
2.8 KiB
;*****************************************************************;
|
|
;** Microsoft LAN Manager **;
|
|
;** Copyright(c) Microsoft Corp., 1990 **;
|
|
;*****************************************************************;
|
|
;
|
|
;
|
|
;
|
|
;------------------------ START WARNING -------------------------
|
|
;
|
|
; This a template definition file that is used to
|
|
; generate the WIN16 and WIN32 definition files with
|
|
; the help of SED. It cannot be used directly. See
|
|
; makefile for details.
|
|
;
|
|
; The rules for generation are as follows:
|
|
;
|
|
; Lines between ::START_WIN16 and ::END_WIN16 are WIN16 specific.
|
|
; Lines between ::START_WIN32 and ::END_WIN32 are WIN32 specific.
|
|
; The ::START_xxx and ::END_xxx markers must be at the start
|
|
; of the line.
|
|
; All other lines are common.
|
|
;
|
|
;------------------------- END WARNING --------------------------
|
|
;
|
|
; History:
|
|
; chuckc 4/16/91 Created common template file which is
|
|
; used to generate WIN16/WIN32 specific versions.
|
|
;
|
|
; t-yis 6/28/91 Changed the segment name in the SEGMENTS
|
|
; section (deleted _TEXT) and removed
|
|
; WNETCAPS_TEXT since it is combined with
|
|
; WNDEV
|
|
;
|
|
; jonn 7/22/91 Print Manager Extensions mothballed
|
|
; terryk 11/8/91 Add WNetOpenEnum, WNetCloseEnum, and
|
|
; WNetEnumResource
|
|
; terryk 11/18/91 Add NPXXX function
|
|
; Add GetSystemFocusDialog
|
|
; jonn 11/21/91 Nuked LM21
|
|
; terryk 01/03/92 Removed MPR api referenced
|
|
;
|
|
|
|
LIBRARY NTLANMAN
|
|
|
|
CODE MOVEABLE DISCARDABLE
|
|
DATA SINGLE FIXED
|
|
HEAPSIZE 2048
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
IMPORTS
|
|
_wsprintf = USER._WSPRINTF
|
|
OEMTOANSI = KEYBOARD.OemToAnsi
|
|
|
|
EXPORTS
|
|
; standard network driver callouts
|
|
DllMain
|
|
|
|
;;WNETAPI start
|
|
|
|
WNetGetConnection @12
|
|
WNetGetCaps @13
|
|
; WNetBrowseDialog @15
|
|
WNetGetUser @16
|
|
WNetAddConnection @17
|
|
WNetCancelConnection @18
|
|
; WNetGetError @19
|
|
; WNetGetErrorText @20
|
|
; Enable @21
|
|
; Disable @22
|
|
; WNetRestoreConnection @23
|
|
; WNetConnectDialog @25
|
|
; WNetDisconnectDialog @26
|
|
; WNetConnectionDialog @27
|
|
WNetPropertyDialog @29
|
|
WNetGetDirectoryType @30
|
|
WNetDirectoryNotify @31
|
|
WNetGetPropertyText @32
|
|
WNetOpenEnum @33
|
|
WNetEnumResource @34
|
|
WNetCloseEnum @35
|
|
; WNetAddConnection2 @37
|
|
|
|
;
|
|
; Private APIs exported for certain NT components
|
|
;
|
|
I_SystemFocusDialog
|
|
|
|
;;WNETAPI end
|
|
|
|
SEGMENTS
|
|
_INIT PRELOAD DISCARDABLE
|
|
WNDEV PRELOAD DISCARDABLE
|
|
WINPROF PRELOAD DISCARDABLE
|
|
NETLIB PRELOAD DISCARDABLE
|
|
SEGMENTS
|
|
LMOBJ_0 LOADONCALL DISCARDABLE
|
|
LMOBJ_1 LOADONCALL DISCARDABLE
|
|
LMOBJ_2 LOADONCALL DISCARDABLE
|
|
LMOBJ_3 LOADONCALL DISCARDABLE
|
|
; Def file for string library
|
|
SEGMENTS
|
|
STRING_0 PRELOAD DISCARDABLE
|
|
STRING_1 LOADONCALL DISCARDABLE
|