fRemoveRegistryValue

The fRemoveRegistryValue function is used to remove a registry value from the registry.This utility function is used to construct an integrated link service configuration DLL.

BOOL fRemoveRegistryValue (
  HKEY *  hGlobalKey,
  char * szRegistryKey,
  char * szRegistryValue
);

Parameters

hGlobalKey
This supplied parameter specifies the handle of the registry.
szRegistryKey
This supplied parameter specifies the registry key.
szRegistryKey
This supplied parameter specifies the registry value to remove.

Return Values

true
The function was successful and the registry value was removed.
false
The function failed or the registry value could not be removed.