Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wininet.h |