Expand Minimize
This topic has not yet been rated - Rate this topic

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shlobj.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.