You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.0 KiB
59 lines
1.0 KiB
LIBRARY SYNCENG
|
|
|
|
|
|
EXPORTS
|
|
|
|
;/* briefcase interface */
|
|
|
|
OpenBriefcase
|
|
SaveBriefcase
|
|
CloseBriefcase
|
|
DeleteBriefcase
|
|
GetOpenBriefcaseInfo
|
|
ClearBriefcaseCache
|
|
FindFirstBriefcase
|
|
FindNextBriefcase
|
|
FindBriefcaseClose
|
|
|
|
;/* twin interface */
|
|
|
|
AddObjectTwin
|
|
AddFolderTwin
|
|
ReleaseTwinHandle
|
|
DeleteTwin
|
|
GetObjectTwinHandle
|
|
IsFolderTwin
|
|
CreateFolderTwinList
|
|
DestroyFolderTwinList
|
|
GetFolderTwinStatus
|
|
IsOrphanObjectTwin
|
|
CountSourceFolderTwins
|
|
AnyTwins
|
|
|
|
;/* twin list interface */
|
|
|
|
CreateTwinList
|
|
DestroyTwinList
|
|
AddTwinToTwinList
|
|
AddAllTwinsToTwinList
|
|
RemoveTwinFromTwinList
|
|
RemoveAllTwinsFromTwinList
|
|
|
|
;/* reconciliation list interface */
|
|
|
|
CreateRecList
|
|
DestroyRecList
|
|
ReconcileItem
|
|
BeginReconciliation
|
|
EndReconciliation
|
|
|
|
;/* volume ID interface */
|
|
|
|
IsPathOnVolume
|
|
GetVolumeDescription
|
|
|
|
;/* file stamp interface */
|
|
|
|
GetFileStamp
|
|
CompareFileStamps
|
|
|