79 lines
1.3 KiB
Modula-2
79 lines
1.3 KiB
Modula-2
|
LIBRARY NWPROVAU
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
NPGetCaps
|
||
|
|
||
|
NPGetUser
|
||
|
|
||
|
NPAddConnection
|
||
|
NPAddConnection3
|
||
|
NPCancelConnection
|
||
|
NPGetConnection
|
||
|
NPGetConnectionPerformance
|
||
|
|
||
|
NPOpenEnum
|
||
|
NPEnumResource
|
||
|
|
||
|
NPGetResourceInformation
|
||
|
NPGetResourceParent
|
||
|
|
||
|
NPCloseEnum
|
||
|
|
||
|
NPFormatNetworkName
|
||
|
|
||
|
NPLogonNotify
|
||
|
NPPasswordChangeNotify
|
||
|
|
||
|
NPGetUniversalName
|
||
|
NPLoadNameSpaces
|
||
|
|
||
|
LsaApInitializePackage
|
||
|
LsaApLogonUser
|
||
|
LsaApCallPackage
|
||
|
LsaApLogonTerminated
|
||
|
|
||
|
NwQueryInfo
|
||
|
NwSetInfoInRegistry
|
||
|
NwSetInfoInWksta
|
||
|
NwSetLogonScript
|
||
|
NwValidateUser
|
||
|
|
||
|
NwEnumConnections
|
||
|
|
||
|
NwAddGWDevice
|
||
|
NwDeleteGWDevice
|
||
|
NwEnumGWDevices
|
||
|
|
||
|
NwQueryGatewayAccount
|
||
|
NwSetGatewayAccount
|
||
|
NwLogonGatewayAccount
|
||
|
|
||
|
InitializePrintProvidor
|
||
|
InitializeDll
|
||
|
|
||
|
NwRegisterGatewayShare
|
||
|
NwClearGatewayShare
|
||
|
NwCleanupGatewayShares
|
||
|
|
||
|
NwGetUserNameForServer
|
||
|
NwEncryptChallenge
|
||
|
|
||
|
GetServiceItemFromList
|
||
|
NwDeregisterService
|
||
|
NwRegisterService
|
||
|
NwGetService
|
||
|
NwInitializeServiceProvider
|
||
|
NwTerminateServiceProvider
|
||
|
|
||
|
NwSetLogonOptionsInRegistry
|
||
|
NwQueryLogonOptions
|
||
|
|
||
|
; RnR2 entry name
|
||
|
|
||
|
NSPStartup
|
||
|
|
||
|
; The following are for shell extensions
|
||
|
DllCanUnloadNow PRIVATE ; DLL unloading
|
||
|
DllGetClassObject PRIVATE ; Component object model
|