Windows2003-3790/inetsrv/query/ciodm/ciodm.def
2020-09-30 16:53:55 +02:00

22 lines
524 B
Modula-2
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;+---------------------------------------------------------------------------
;
; Microsoft Windows
; Copyright (C) Microsoft Corporation, 1997-1998
;
; File: ciodm.def
;
; Contents: Declares exported routines
;
;
; History: 12-10-97 mohamedn created
;
;----------------------------------------------------------------------------
LIBRARY "ciodm.DLL"
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE