Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
1,986 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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??
I have the same problem, is there any progress?