| Previous | Next |
| WININET_E_REDIRECT_SCHEME_CHANGE | WININET_E_RETRY_DIALOG |
WININET_E_DIALOG_PENDING
WININET_E_DIALOG_PENDING is a WinINet HRESULT. It means that one or more operations are awaiting a user-mediated retry or security dialog. Starting conflicting work on the same context can leave the application waiting for a decision that is never made.
What to check
- Locate the pending interactive prompt and complete or cancel it through the appropriate UI path.
- Avoid launching duplicate requests that compete for the same authentication or security decision.
- For non-interactive applications, configure credentials and security policy so that no dialog is required.
Looking for a different code? Search another status or error code.