WinINetInternetClearAllPerSiteCookieDecisions Method
Clears all decisions that were made about cookies on a site by site basis.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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()
<DllImportAttribute("WinINet.dll", CharSet := CharSet.Auto, BestFitMapping := false,
ThrowOnUnmappableChar := true>]
Public Shared Function InternetClearAllPerSiteCookieDecisions As Boolean
Dim returnValue As Boolean
returnValue = WinINet.InternetClearAllPerSiteCookieDecisions()
public:
[DllImportAttribute(L"WinINet.dll", CharSet = CharSet::Auto, BestFitMapping = false,
ThrowOnUnmappableChar = true)]
static bool InternetClearAllPerSiteCookieDecisions()
[<DllImportAttribute("WinINet.dll", CharSet = CharSet.Auto, BestFitMapping = false,
ThrowOnUnmappableChar = true)>]
static member InternetClearAllPerSiteCookieDecisions : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean
Returns
if all decisions were cleared, or
otherwise.