How can I use cfapi.h and/or Windows.Storage.Provider to get sync status of existing sync root engines like OneDrive?
I want to get current sync status of OneDrive client (whether it is syncing, paused, error or offline etc.) as well as sync state of files in OneDrive folder (whether a file is synced or being synced or there is an error etc.). I need to do it from client side (i.e. can't use graph APIs).
I come across Cloud Filter API which can be used to create and manage Cloud Sync Engines. One example of this is Cloud Mirror.
My question is, can I use this API to get sync status of existing sync root engines like OneDrive? If not then is there any way to get sync status of OneDrive files from client machine?