InternetClearAllPerSiteCookieDecisions function
Clears all decisions that were made about cookies on a site by site basis.
Syntax
BOOL WINAPI InternetClearAllPerSiteCookieDecisions(void);
Parameters
This function has no parameters.
Return value
Returns TRUE if all decisions were cleared and FALSE otherwise.
Remarks
Note WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- InternetEnumPerSiteCookieDecision
- InternetGetPerSiteCookieDecisions
- InternetSetPerSiteCookieDecisions
- PrivacyGetZonePreferenceW
- PrivacySetZonePreferenceW
Show: