windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/mobsyncp.def

30 lines
1 KiB
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
;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