2025-04-27 07:49:33 -04:00

21 lines
579 B
Modula-2

; **************************************************************************
;
; Copyright (c) 1997-2000 Microsoft Corporation.
;
; File: EVPROV-ALPHA.DEF
;
; Description:
; Sample event provider - definitions file for Alpha
;
; History:
;
; **************************************************************************
LIBRARY EVPROV.DLL
;DESCRIPTION 'Sample Event Provider - Copyright (c) 1997-1999 Microsoft Corp.'
EXPORTS
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE