.NET analog of the CfSetInSyncState() Win32 function?
Are there .NET analog for CfSetInSyncState() cloud files Win32 function? I looked through the .NET UWP Windows.Storage namespace but do not see anything similar.
Or at least can I get a safe file handle from StorageFile .NET class (required for CfSetInSyncState() call), instead of calling CfOpenFileWithOplock() and CfCloseHandle() Win32 functions?