Share via

Missing documentation for CF_PLACEHOLDER_MANAGEMENT_POLICY

Jöran Malek 96 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 development | Windows API - Win32

Answer accepted by question author
  1. Jeanine Zhang-MSFT 11,356 Reputation points Microsoft External Staff
    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

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.