Missing documentation for CF_PLACEHOLDER_MANAGEMENT_POLICY

Jöran Malek 76 Reputation points
2022-02-04T11:20:16.447+00:00

This docs-page https://learn.microsoft.com/en-us/windows/win32/api/cfapi/ns-cfapi-cf_sync_policies includes a reference to CF_SYNC_MANAGEMENT_POLICY, but there is no page or any comment to what that actually does.
The native enum isn't even included anywhere:

typedef enum CF_PLACEHOLDER_MANAGEMENT_POLICY {  
    CF_PLACEHOLDER_MANAGEMENT_POLICY_DEFAULT          = 0x00000000,  
    CF_PLACEHOLDER_MANAGEMENT_POLICY_CREATE_UNRESTRICTED     = 0x00000001,  
    CF_PLACEHOLDER_MANAGEMENT_POLICY_CONVERT_TO_UNRESTRICTED = 0x00000002,  
    CF_PLACEHOLDER_MANAGEMENT_POLICY_UPDATE_UNRESTRICTED     = 0x00000004,  
} CF_PLACEHOLDER_MANAGEMENT_POLICY;
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,430 questions
{count} votes

Accepted answer
  1. Jeanine Zhang-MSFT 9,181 Reputation points Microsoft Vendor
    2022-02-24T05:32:24.567+00:00

    Hi,

    Welcome to Microsoft Q&A!

    Thanks for your report. And Microsoft has updated the official documentation: https://learn.microsoft.com/en-us/windows/win32/api/cfapi/ne-cfapi-cf_placeholder_management_policy

    Best Regards,

    Jeanine


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful