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 |
|
Show: