Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I am using windows cloud file API (https://learn.microsoft.com/en-us/windows/win32/cfapi/cloud-files-api-portal) to create some local placeholder files to represent the data from cloud. For most of ...
Laiji Li's user avatar
0 votes
1 answer
55 views

I have set some custom properties on a file in cloud file workspace using StorageProviderItemProperties.SetASync(IStorageItem, IEnumerable). I am now trying to retrieve the values later using below ...
Nish26's user avatar
  • 997
0 votes
1 answer
139 views

I am trying to create a cloud sync provider in C#, using CSWin32 to access the CloudFilter API. However, whenever I call CfRegisterSyncProvider I get the error code 0x80070057. When I pass that to ...
Finn E's user avatar
  • 386
0 votes
0 answers
95 views

I am using the Cloud File API as a sync client and to track version history. I noticed that I recieve a notification that a file's content has changed when I open a dehydrated\cloud-only structured ...
Chisom A's user avatar
1 vote
1 answer
279 views

In Cloud Files API, the platform invokes the respective callback function for the callback types. there is a callback type for everything - reading, moving, deleting, renaming, list fetching - but I ...
Vembu karthick's user avatar
2 votes
0 answers
471 views

I am building a windows cloud sync engine application using cloud filter api. To start with the development, i am planned to register the Sync root using CfRegisterSyncRoot but the sample provided by ...
Vembu karthick's user avatar
4 votes
0 answers
78 views

Windows Cloud Files API provides IStorageProviderUriSource interface (desktop4:ContentUriSource element in manifest). It is implemented in both CloudMirror sample from Microsoft and in Virtual Drive ...
Yaroslav Chyzh's user avatar
1 vote
1 answer
207 views

The flag CF_OPEN_FILE_FLAG_FOREGROUND is not documented in either the documentation for CF_OPEN_FILE_FLAGS nor in the documentation for CfOpenFileWithOplock. What is this flag's meaning?
Matt Smith's user avatar
  • 17.5k