This topic has not yet been rated - Rate this topic

InternetCookieHistory structure

The InternetCookieHistory structure contains the cookie history.

Syntax


typedef struct {
  BOOL fAccepted;
  BOOL fLeashed;
  BOOL fDowngraded;
  BOOL fRejected;
} InternetCookieHistory;

Members

fAccepted

If true, the cookie was accepted.

fLeashed

If true, the cookie was leashed.

fDowngraded

If true, the cookie was downgraded.

fRejected

If true, the cookie was rejected.

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 XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wininet.h

 

 

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.