35 lines
593 B
Modula-2
35 lines
593 B
Modula-2
;/*++
|
|
;
|
|
;Copyright (c) 1996 Microsoft Corporation
|
|
;
|
|
;Module Name:
|
|
;
|
|
; nntpfilt.def
|
|
;
|
|
;Abstract:
|
|
;
|
|
; This module contains the module definitions for the
|
|
; Server Extension Object service Proxy/Stub DLL.
|
|
;
|
|
;Author:
|
|
;
|
|
; Alex Wetmore (awetmore@microsoft.com)
|
|
;
|
|
;Revision History:
|
|
;
|
|
; awetmore 08/05/97 created
|
|
;
|
|
;--*/
|
|
|
|
|
|
; NNTPFILT.def : Declares the module parameters.
|
|
|
|
LIBRARY NNTPFILT.DLL
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow @1 PRIVATE
|
|
DllGetClassObject @2 PRIVATE
|
|
DllRegisterServer @3 PRIVATE
|
|
DllUnregisterServer @4 PRIVATE
|
|
GetProxyDllInfo @5 PRIVATE
|