Expand Minimize
This topic has not yet been rated - Rate this topic

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

Wininet.h

Library

Wininet.lib

DLL

Wininet.dll

See also

InternetEnumPerSiteCookieDecision
InternetGetPerSiteCookieDecisions
InternetSetPerSiteCookieDecisions
PrivacyGetZonePreferenceW
PrivacySetZonePreferenceW

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.