Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,586 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to simulate transfer data errors with ClouldMirror sample setting opParams.TransferData.CompletionStatus = STATUS_UNSUCCESSFUL when calling CfExecute. However, my explorer status icon remains "sync in progress" forever. What is the right way to abort a hydration process on error?