EnumInHiveExtValue

Enumerates the values in an Internet Explorer setting that is a registry key in a specified logical hive, allowing placeholders in the key’s name.

Declaration

HRESULT 
EnumInHiveExtValue (
    REFGUID Guid, 
    HIVEID HiveId, 
    CEnum *Enum, 
    UINT ArgCount, 
    ...);

in which HIVEID and CEnum are respectively an enum and a class in the SettingStore namespace.

Parameters

The Guid argument specifies the setting to work on.

The HiveId argument specifies a logical hive for the setting. Refer to the general notes for supported cases.

The Enum argument is the address of a class into which the function enters a list for the caller to enumerate.

The ArgCount argument specifies how many placeholders are provided as remaining arguments. Each placeholder is a PCWSTR.

Return Value

The function returns zero for success, else an error code.

Availability

The EnumInHiveExtValue function is exported from IERTUTIL as ordinal 668 in version 8.0 and higher.