Click to return to the Security     
URLZONE Enumerated Type     ZAFLAGS Enumerated Type     URL Security Zones Enumer...    
Web Workshop  |  Security & Cryptography

URLZONEREG Enumerated Type


Contains the registry location values.

Syntax

typedef enum _URLZONEREG {
    URLZONEREG_DEFAULT = 0,
    URLZONEREG_HKLM,
    URLZONEREG_HKCU
} URLZONEREG;

Constants

URLZONEREG_DEFAULT
Use the default registry location.
URLZONEREG_HKLM
Use HKEY_LOCAL_MACHINE.
URLZONEREG_HKCU
Use HKEY_CURRENT_USER.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Urlmon.h
Minimum availability Internet Explorer 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.