;*****************************************************************;
;**                  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
;       terryk  10/10/92        create ntlanui.dll
;       brucefo 8/10/95         Added I_GetCredentials

LIBRARY NTLANUI

HEAPSIZE 2048

EXPORTS
; standard network driver callouts
    DllMain

    NPPropertyDialog
    NPGetPropertyText
;
; Private APIs exported for certain NT components
;
    I_SystemFocusDialog

    ShareCreate
    ShareStop
    ShareManage

    ShareAsDialogA0
    StopShareDialogA0
    ServerBrowseDialogA0

    GetUIErrorString
    I_GetCredentials

;;WNETAPI end

SEGMENTS
    _INIT   PRELOAD  DISCARDABLE
    WNDEV   PRELOAD  DISCARDABLE
    WINPROF PRELOAD  DISCARDABLE
    NETLIB  PRELOAD  DISCARDABLE
    STRING_0 PRELOAD DISCARDABLE
    LMOBJ_0 DISCARDABLE
    LMOBJ_1 DISCARDABLE
    LMOBJ_2 DISCARDABLE
    LMOBJ_3 DISCARDABLE
    STRING_1 DISCARDABLE