[DllImport("wininet.dll", SetLastError = true)] public static extern bool PrivacySetZonePreference( uint dwZone, uint dwType, IntPtr pBuffer, uint dwBufferLength, uint dwFlags );
Microsoft documentation: Link
Last updated 1 year ago