windows-nt/Source/XPSP1/NT/inetsrv/iis/iisrearc/iisplus/wam/wam.def

19 lines
567 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; ************************************************************
; File: wam.def
; System: Windows NT 4.0 - IIS
; Summary: Definitions for Web Applications Manager DLL.
; Author: Murali R. Krishnan ( MuraliK)
; Created: 10-Feb-1997
;************************************************************
LIBRARY WAM ; Module Name
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
; ********************* End of File *****************************