windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/sample/syncdir.def
2020-09-26 16:20:57 +08:00

12 lines
420 B
Modula-2

; syncdir.def : Declares the module parameters for the DLL.
; Copyright 1998 - 1999 Microsoft Corporation. All Rights Reserved.
LIBRARY syncdir
EXPORTS
DllCanUnloadNow @2 PRIVATE ;DLL unloading
DllGetClassObject @3 PRIVATE ;Component object model
DllRegisterServer @4 PRIVATE
DllUnregisterServer PRIVATE