Geoff Chappell - Software Analyst
Tests existence of an Internet Explorer setting that is a registry key in a specified logical hive.
BOOL ExistsInHiveKey ( REFGUID Guid, HIVEID HiveId);
in which HIVEID is an enum in the SettingStore namespace.
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 function returns TRUE if the setting exists in any logical hive, else FALSE.
The ExistsInHiveKey function is exported from IERTUTIL as ordinal 684 in version 8.0 and higher.