Contents Index Topic Contents | ||
Previous Topic: InternetCloseHandle Next Topic: InternetConnect |
InternetConfirmZoneCrossing
DWORD InternetConfirmZoneCrossing( IN HWND hWnd, IN LPSTR szUrlPrev, IN LPSTR szUrlNew, IN BOOL bPost );Checks for changes between secure and nonsecure URLs. When a change occurs in security between two URLs, an application should allow the user to acknowledge this change, typically by displaying a dialog box.
- Returns one of the following values:
ERROR_SUCCESS The user confirmed that it was okay to continue or there was no user input needed. ERROR_CANCELLED The user canceled the request. ERROR_NOT_ENOUGH_MEMORY There is not enough memory to carry out the request.
- hWnd
- Handle to the parent window for any needed dialog box.
- szUrlPrev
- URL that was viewed before the current request was made.
- szUrlNew
- New URL that the user has requested to view.
- bPost
- TRUE if a post is being made in this request. This flag is ignored in this release.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.