fRemoveRegistryEntry
The fRemoveRegistryEntry function is used to remove a registry key from the registry.This utility function is used to construct an integrated link service configuration DLL.
BOOL fRemoveRegistryEntry (
HKEY * hGlobalKey,
char * szRegistryKey
);
Parameters
-
hGlobalKey
-
This supplied parameter specifies the handle of the registry.
-
szRegistryKey
-
This supplied parameter specifies the registry key.
Return Values
-
true
-
The function was successful and the registry key was removed.
-
false
-
The function failed or the registry key could not be removed.