30 lines
1 KiB
Modula-2
30 lines
1 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 |