I am trying to use windows 10 parental control APIs for an application. So, have seen MSDN documentation for the APIs here And also have seen a thread similar to this here on SO. But it does not give me what I need, which is to be able to set up parental control on an account programmatically in my application.
I tried looking for code samples in the official documentation like it was suggested in the link above but I could not find any code sample to refer to on this specific topic in the windows SDK documentation. If you can just point me to a code sample, that would be good enough.
So, How do I use these Windows 10 parental control APIs in a C# program?