Relative Content

Tag Archive for c++visual-studiowinapicloud-files-api

how to get started with cfapi.h and cldapi.dll to build a sync engine in window?

I am building a windows cloud sync engine application using cloud filter api.
how to get started with the development?
To start with the development, i am planned to register the Sync root using
CfRegisterSyncRoot but the sample provided by the microsoft uses winrt::StorageProviderSyncRootInfo to register the Sync root. Is it okay to use?