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

30 lines
1.0 KiB
Modula-2

;offline.def : Declares the module parameters for the DLL.
;mobsyncp.def is meant for the private library
LIBRARY mobsync
EXPORTS
DllCanUnloadNow PRIVATE ;DLL unloading
DllGetClassObject PRIVATE ;Component object model
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
RunDllRegister @6 ; Can call RunDLL to register the dll
SyncMgrRasProc ; Called by Ras for Disconnect
DisplayOptions
MobsyncGetClassObject
RegGetProgressDetailsState
RegSetProgressDetailsState
RegGetSyncSettings
RegRemoveManualSyncSettings
RegGetHandlerRegistrationInfo
RegGetSyncItemSettings
RegSetSyncItemSettings
RegGetSchedConnectionName
RegGetSchedSyncSettings
RegQueryLoadHandlerOnEvent
RegSetUserDefaults
RegSchedHandlerItemsChecked
RegGetHandlerTopLevelKey
SyncMgrResolveConflictW
SyncMgrResolveConflictA