Set error status on cloud file

Jojo Tang 86 Reputation points
2020-12-03T03:26:29.997+00:00

When working with the Cloud Filter API and using CfSetPinState API, it does not provide error status.
typedef enum CF_PIN_STATE {
CF_PIN_STATE_UNSPECIFIED,
CF_PIN_STATE_PINNED,
CF_PIN_STATE_UNPINNED,
CF_PIN_STATE_EXCLUDED,
CF_PIN_STATE_INHERIT
} ;

How to set error status like onedrive??
44596-error-status.png

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,772 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.