URLZONEREGURLZONEREG*
*



Contents  *



Index  *Topic Contents
*Previous Topic: URLZONE
*Next Topic: ZAFLAGS

URLZONEREG

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

This enumerated type contains the registry location values.

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

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