mirror of https://github.com/lianthony/NT4.0
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.
34 lines
995 B
34 lines
995 B
; This file declares the export functions to create the NSI management DOS DLL.
|
|
|
|
include ..\..\..\runtime\mtrt\dos\dosdll.inc
|
|
|
|
BeginExport
|
|
Export RPCNSGROUPDELETEA
|
|
Export RPCNSGROUPMBRADDA
|
|
Export RPCNSGROUPMBRREMOVEA
|
|
Export RPCNSGROUPMBRINQBEGINA
|
|
Export RPCNSGROUPMBRINQNEXTA
|
|
Export RPCNSGROUPMBRINQDONE
|
|
Export RPCNSENTRYEXPANDNAMEA
|
|
Export RPCNSENTRYOBJECTINQBEGINA
|
|
Export RPCNSENTRYOBJECTINQNEXT
|
|
Export RPCNSENTRYOBJECTINQDONE
|
|
Export RPCNSMGMTBINDINGUNEXPORTA
|
|
Export RPCNSMGMTENTRYCREATEA
|
|
Export RPCNSMGMTENTRYDELETEA
|
|
Export RPCNSMGMTENTRYINQIFIDSA
|
|
Export RPCNSMGMTINQEXPAGE
|
|
Export RPCNSMGMTSETEXPAGE
|
|
Export RPCNSPROFILEDELETEA
|
|
Export RPCNSPROFILEELTADDA
|
|
Export RPCNSPROFILEELTREMOVEA
|
|
Export RPCNSPROFILEELTINQBEGINA
|
|
Export RPCNSPROFILEELTINQNEXTA
|
|
Export RPCNSPROFILEELTINQDONE
|
|
Export RPCIFIDVECTORFREE
|
|
|
|
; Use the common runtime import table.
|
|
|
|
include ..\..\..\runtime\mtrt\dos\imports.inc
|
|
|
|
ModuleDone
|