InternetConfirmZoneCrossingInternetConfirmZoneCrossing*
*



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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.