wininet.h: Added missing INTERNET_COOKIE_* flags.
This commit is contained in:
parent
69c4115c10
commit
50ccf65fe6
|
@ -1321,6 +1321,8 @@ BOOLAPI InternetEnumPerSiteCookieDecisionW(LPWSTR,ULONG *,ULONG *,ULONG);
|
|||
#define INTERNET_COOKIE_IS_RESTRICTED 0x00000200
|
||||
#define INTERNET_COOKIE_IE6 0x00000400
|
||||
#define INTERNET_COOKIE_IS_LEGACY 0x00000800
|
||||
#define INTERNET_COOKIE_NON_SCRIPT 0x00001000
|
||||
#define INTERNET_COOKIE_HTTPONLY 0x00002000
|
||||
|
||||
BOOLAPI InternetGetCookieExA(LPCSTR,LPCSTR,LPSTR,LPDWORD,DWORD,LPVOID);
|
||||
BOOLAPI InternetGetCookieExW(LPCWSTR,LPCWSTR,LPWSTR,LPDWORD,DWORD,LPVOID);
|
||||
|
|
Loading…
Reference in New Issue