WinINetInternetClearAllPerSiteCookieDecisions Method

Clears all decisions that were made about cookies on a site by site basis.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("WinINet.dll", CharSet = CharSet.Auto, BestFitMapping = false, 
	ThrowOnUnmappableChar = true)]
public static bool InternetClearAllPerSiteCookieDecisions()

Return Value

Boolean
Returns if all decisions were cleared, or otherwise.

Remarks

See Also