SFVM_GETZONE message

[This notification is supported through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be unsupported in subsequent versions of Windows.]

Allows the callback object to provide Internet zone information. Used by IShellFolderViewCB::MessageSFVCB.

SFVM_GETZONE
    lParam = (LPARAM)(DWORD*) zone;
            

Parameters

zone [out]

One of the following values indicating the Internet zone. These values constitute the URLZONE enumeration, defined in Urlmon.h.

URLZONE_LOCAL_MACHINE

Zone used for content already on the user's local computer. This zone is not exposed by the user interface.

URLZONE_INTRANET

Zone used for content found on an intranet.

URLZONE_TRUSTED

Zone used for trusted websites on the Internet.

URLZONE_INTERNET

Zone used for most of the content on the Internet.

URLZONE_UNTRUSTED

Zone used for websites that are not trusted.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Shlobj.h