[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool FindNextUrlCacheGroup( IntPtr hFind, IntPtr lpNextCacheGroupInfo, ref uint lpdwNextCacheGroupInfoBufferSize );
Microsoft documentation: Link
Last updated 1 year ago