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 development | Windows API - Win32
{count} vote

Your answer

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