wininet.h: Added more error codes.
This commit is contained in:
parent
96929d151e
commit
6ecb686dbd
|
@ -1464,7 +1464,10 @@ INTERNETAPI DWORD WINAPI PrivacyGetZonePreferenceW(DWORD,DWORD,LPDWORD,LPWSTR,LP
|
|||
#define ERROR_INTERNET_SEC_CERT_REVOKED (INTERNET_ERROR_BASE + 170)
|
||||
#define ERROR_INTERNET_FAILED_DUETOSECURITYCHECK (INTERNET_ERROR_BASE + 171)
|
||||
#define ERROR_INTERNET_NOT_INITIALIZED (INTERNET_ERROR_BASE + 172)
|
||||
#define INTERNET_ERROR_LAST ERROR_INTERNET_NOT_INITIALIZED
|
||||
#define ERROR_INTERNET_NEED_MSN_SSPI_PKG (INTERNET_ERROR_BASE + 173)
|
||||
#define ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY (INTERNET_ERROR_BASE + 174)
|
||||
#define ERROR_INTERNET_DECODING_FAILED (INTERNET_ERROR_BASE + 175)
|
||||
#define INTERNET_ERROR_LAST ERROR_INTERNET_DECODING_FAILED
|
||||
|
||||
|
||||
#define NORMAL_CACHE_ENTRY 0x00000001
|
||||
|
|
Loading…
Reference in New Issue