URL Moniker Error Codes Constants (Windows CE 5.0)
The following table shows the error codes exposed by Uniform Resource Locator (URL) monikers.
Constant | Description |
---|---|
INET_E_AUTHENTICATION_REQUIRED | Authentication is needed to access the object. |
INET_E_CANNOT_CONNECT | The attempt to connect to the Internet has failed. |
INET_E_CANNOT_INSTANTIATE_OBJECT | CoCreateInstance failed. |
INET_E_CANNOT_LOAD_DATA | The object could not be loaded. |
INET_E_CANNOT_LOCK_REQUEST | The requested resource could not be locked. |
INET_E_CANNOT_REPLACE_SFP_FILE | The exact version requested by a component download cannot be found. |
INET_E_CODE_DOWNLOAD_DECLINED | The component download was declined by the user. |
INET_E_CONNECTION_TIMEOUT | The Internet connection has timed out. |
INET_E_DATA_NOT_AVAILABLE | An Internet connection was established, but the data cannot be retrieved. |
INET_E_DEFAULT_ACTION | Use the default action. |
INET_E_DOWNLOAD_FAILURE | The download has failed (the connection was interrupted). |
INET_E_INVALID_REQUEST | The request was invalid. |
INET_E_INVALID_URL | The URL could not be parsed. |
INET_E_NO_SESSION | No Internet session was established. |
INET_E_NO_VALID_MEDIA | The object is not in one of the acceptable MIME types. |
INET_E_OBJECT_NOT_FOUND | The object was not found. |
INET_E_QUERYOPTION_UNKNOWN | The requested option is unknown. |
INET_E_REDIRECT_TO_DIR | The request is being redirected to a directory. |
INET_E_REDIRECTING | The request is being redirected. |
INET_E_RESOURCE_NOT_FOUND | The server or proxy was not found. |
INET_E_RESULT_DISPATCHED | The binding has already been completed and the result has been dispatched, so your abort call has been canceled. |
INET_E_SECURITY_PROBLEM | A security problem was encountered. |
INET_E_UNKNOWN_PROTOCOL | The protocol is not known and no pluggable protocols have been entered that match. |
INET_E_USE_DEFAULT_PROTOCOLHANDLER | Use the default protocol handler. |
INET_E_USE_DEFAULT_SETTINGS | Use the default settings. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
See Also
Send Feedback on this topic to the authors