109 lines
2.7 KiB
Modula-2
109 lines
2.7 KiB
Modula-2
;*****************************************************************;
|
|
;** 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
|
|
|
|
HEAPSIZE 2048
|
|
|
|
EXPORTS
|
|
; standard network driver callouts
|
|
DllMain
|
|
|
|
;;WNETAPI start
|
|
NPGetConnection @12
|
|
NPGetCaps @13
|
|
; NPBrowseDialog @15
|
|
NPGetUser @16
|
|
NPAddConnection @17
|
|
NPCancelConnection @18
|
|
; NPGetError @19
|
|
; NPGetErrorText @20
|
|
; Enable @21
|
|
; Disable @22
|
|
; NPRestoreConnection @23
|
|
; NPConnectDialog @25
|
|
; NPDisconnectDialog @26
|
|
; NPConnectionDialog @27
|
|
NPPropertyDialog @29
|
|
NPGetDirectoryType @30
|
|
NPDirectoryNotify @31
|
|
NPGetPropertyText @32
|
|
NPOpenEnum @33
|
|
NPEnumResource @34
|
|
NPCloseEnum @35
|
|
NPFormatNetworkName @36
|
|
; NPAddConnection2 @37
|
|
|
|
; test purposes only
|
|
;NPSearchDialog @39
|
|
NPGetUniversalName @40
|
|
|
|
;
|
|
; Private APIs exported for certain NT components
|
|
;
|
|
I_SystemFocusDialog
|
|
|
|
ShareCreate
|
|
ShareStop
|
|
ShareManage
|
|
|
|
ShareAsDialogA0
|
|
StopShareDialogA0
|
|
ServerBrowseDialogA0
|
|
|
|
;;WNETAPI end
|
|
|
|
SEGMENTS
|
|
_INIT PRELOAD DISCARDABLE
|
|
WNDEV PRELOAD DISCARDABLE
|
|
WINPROF PRELOAD DISCARDABLE
|
|
NETLIB PRELOAD DISCARDABLE
|
|
SEGMENTS
|
|
LMOBJ_0 DISCARDABLE
|
|
LMOBJ_1 DISCARDABLE
|
|
LMOBJ_2 DISCARDABLE
|
|
LMOBJ_3 DISCARDABLE
|
|
; Def file for string library
|
|
SEGMENTS
|
|
STRING_0 PRELOAD DISCARDABLE
|
|
STRING_1 DISCARDABLE
|